mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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" .}}
 |