{% load static minified %} {% block title %}{{ page.title }}{% endblock %} {% block title_suffix %}- Bénévalibre{% endblock %} {% block css %} {% endblock %} {% block extra_head %}{% endblock %} {% block container %}
{% block header %}
{% include "includes/navigation.html" %}
{% endblock %}
{% include "includes/messages.html" %} {% block content_header %} {% if page.header_title or page.titlebuttons %}
{% if page.header_title %}

{{ page.header_title }}

{% endif %}
{% block titlebuttons %} {% if page.titlebuttons %}
{% include "includes/buttons.html" with buttons=page.titlebuttons %}
{% endif %} {% endblock %}
{% endif %} {% endblock %} {% block content_container %}
{% block content %}{% endblock %}
{% endblock %}
{% block footer %} {% endblock %}
{% endblock container %} {% block javascript %} {% endblock %}