forked from gitea/gitea
		
	 1c8bc4081a
			
		
	
	
		1c8bc4081a
		
			
		
	
	
	
	
		
			
			Close #24104 This also introduces many tests to cover many complex error handling functions. ### Before The details are never shown in production. <details>  </details> ### After The details could be shown to site admin users. It is safe. 
		
			
				
	
	
		
			13 lines
		
	
	
		
			305 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			305 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="page-content devtest">
 | |
| 	<div class="gt-df">
 | |
| 		<div style="width: 80%; ">
 | |
| 			hello hello hello hello hello hello hello hello hello hello
 | |
| 		</div>
 | |
| 		<div style="width: 20%;">
 | |
| 			{{template "devtest/tmplerr-sub" .}}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |