mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-30 21:35:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
 | |
| 
 | |
| {% block head %}
 | |
| {% endblock head %}
 | |
| 
 | |
| {% block body %}
 | |
| <main class="center">
 | |
| 	{{section.content | safe}}
 | |
| </main>
 | |
| {% endblock body %}
 | 
