{% block stylesheets %}{% endblock %}
{% block menu %}Accueil{% endblock %}
Menu
Accueil
À propos de nous
Blog
Contact
{% if app.user %}
Administration
Toggle Dropdown
Toggle Dropdown
gestion des photos
gestion des articles
Se déconnecter
{% else %}
Connexion
{% endif %}
{% if page is defined %}
{% endif %} {% if post is defined %}
{% endif %}
{% if page is defined %}
{{ page.title }}
{{ page.subtitle }}
{% endif %} {% if post is defined %}
{{ post.title }}
{{ post.subtitle }}
{% endif %}
{% block body %} {% endblock %}
{% block javascripts %}{% endblock %}