{% extends "theme.html" %} {% load assets static %} {% block extra_css %} {% if theme_customization %} {% endif %} {% endblock %} {% block header-bottom %} {% get_asset "header:logo" as header_logo %} {% if header_logo %}

{% firstof global_title site_title "Compte Citoyen" %}

{% endif %} {% endblock %} {% block before-main-content %}
{% endblock %} {% block content-pre %} {% if custom_page_title != "None" %} {% firstof custom_page_title page.title title as page_title %} {% if page_title %}

{{ page_title }}

{% endif %} {% endif %} {% endblock %}