{% set t = current_tenant() %} {% set fTitre = police(t and t.policeTitre ? t.policeTitre : 'anton') %} {% set fTexte = t and t.policeTexte ? police(t.policeTexte) : null %} {# ── PWA : manifeste + icône + couleur de thème (par client) ── #} {% block stylesheets %}{% endblock %}
{% if t and t.logoPath %} {{ t.nom }} {% else %} {{ t ? t.nom : 'Plateforme civique' }} {% endif %} {% if app.user %} {% else %} {% endif %}
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}