{% extends "combo/page_template.html" %}
{% block bodyclasses %}
{{ block.super }}
{% if pwa %}pwa-display-{{ pwa }}{% endif %}
{% endblock %}
{% block header-title %}
{% if template_commune %}
{% with cards|objects:"commune"|filter_by:"code"|filter_value:template_commune|get_full|first|get:"fields" as commune_card %}
{% include "includes/custom_logo.html" %}
{% endwith %}
{% endif %}
{% skeleton_extra_placeholder custom_logo %}{% end_skeleton_extra_placeholder %}
{{ block.super }}
{% endblock %}
{# remove nav #}
{% block nav %}{% endblock %}