{% extends "combo/page_template.html" %} {% block bodyclasses %} {{ block.super }} {% if not page.exclude_from_navigation and page.parent is None %} show-navigation {% else %} hide-navigation {% endif %} {% endblock %} {% block content-pre %}
{% placeholder "hero-page" name="Image de la Page" %}
{% endblock %} {% block header-title-content %} ICI {% firstof global_title site_title "Compte Citoyen" %} {{ collectivite }} {% endblock %} {% block columns-top %}
{% placeholder "columns-top" name="EntĂȘte de la Page" %}
{% endblock %}