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