{# ====== HEADER — Theme Default ====== #}
{% include '_partials/_admin_bar.html.twig' %} {# Desktop header #}
{% include '_partials/_cart_badge.html.twig' %} {% if app.user %} Mon compte Deconnexion {% else %} Connexion Inscription {% endif %}
{# Mobile header #}
{% if site is not null and site.logo is not null %} {{ site.name|default('Blog&Web') }} {% else %} Blog&Web {% endif %}
{% include '_partials/_cart_badge.html.twig' %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %} Mon profil Se deconnecter {% else %} Se connecter Creer un compte {% endif %}