 eaac4af245
			
		
	
	
	
	
	eaac4af245These should be all simple inline styles that were left in the templates. Co-authored-by: Giteabot <teabot@gitea.io> (cherry picked from commit 0bef9a2775af0e27a0754207fc87537b96c2792e)
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="page-content devtest">
 | |
| 	<div class="tw-flex">
 | |
| 		<div class="tw-w-4/5">
 | |
| 			hello hello hello hello hello hello hello hello hello hello
 | |
| 		</div>
 | |
| 		<div class="tw-w-1/5">
 | |
| 			{{template "devtest/tmplerr-sub" .}}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |