à la carte

This commit is contained in:
Pascal Engélibert
2023-05-27 15:32:08 +02:00
parent a2c3c3eab0
commit 10b6804d72
8 changed files with 120 additions and 15 deletions

View File

@ -8,6 +8,6 @@
{% block body %}
<main class="narrower">
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
{{page.content | safe}}
{{ page.content | safe }}
</main>
{% endblock body %}