mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 20:32:54 +02:00
Charte
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
{% endblock head %}
|
||||
|
||||
{% block body %}
|
||||
<main>
|
||||
<main class="center">
|
||||
{{section.content | safe}}
|
||||
</main>
|
||||
{% endblock body %}
|
||||
|
12
templates/page.html
Normal file
12
templates/page.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
|
||||
|
||||
{% block head %}
|
||||
{% endblock head %}
|
||||
|
||||
{% block body %}
|
||||
<main class="narrower">
|
||||
{{page.content | safe}}
|
||||
</main>
|
||||
{% endblock body %}
|
Reference in New Issue
Block a user