{%- block head %}
{% block titre %}{{ g.dict_pages[active_page]['nom'] }}{% endblock titre %}
{%- block metas %}
{%- endblock metas %} {%- block styles %}
{%- endblock styles %} {%- endblock head %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% endwith %}
{% block page_body %}
{% block brand %}
{{ GetParametre("ACCUEIL_TITRE", dict_parametres)|safe }}
{% endblock %}
{% include 'navbar.html' %}
{% if active_page != 'accueil' %} {% block content_header -%}
{{ g.dict_pages[active_page]['nom'] }}
{{ sous_titre_page }}
Accueil
{{ g.dict_pages[active_page]['nom'] }}
{%- endblock content_header %} {% endif %}
{% block content -%} {%- endblock content %}
{% endblock %} {% block tail %}{% endblock %} {% block scripts %} {%- endblock scripts %}