mirror of
				https://github.com/tiyn/container-critique.git
				synced 2025-10-31 03:01:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "template.html" -%}
 | |
| 
 | |
| {% block content -%}
 | |
| <div class="container">
 | |
|     <div class="important">
 | |
|         Error<br>
 | |
| 	<span>{{ errorcode }}</span>
 | |
|     </div>
 | |
| </div>
 | |
| {% endblock -%}
 |