mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			326 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			326 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {%- import "utils.html" as utils with context -%}
 | |
| {% extends "layout.html" %}
 | |
| {% block main_tag %} class="main-flex"{% endblock %}
 | |
| {% block head %}
 | |
| <title>{{ title }}</title>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block content %}
 | |
| <div class="centered primary-color box">
 | |
|     <h1 class="error-title">{{ title | safe }}</h1>
 | |
| </div>
 | |
| {% endblock %}
 |