mirror of
https://git.librezo.fr/Librezo/website.git
synced 2024-11-21 18:41:37 +01:00
13 lines
230 B
HTML
13 lines
230 B
HTML
{% 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 %}
|