{# --- SEO Fondamental --- #}
{% block title %}{{ 'Location Structure Gonflable & Châteaux pour vos Événements | Ludikevent'|trans }}{% endblock %}
{% if block('description') is defined %}
{% endif %} {% block canonical %}
{% endblock %}
{# --- Open Graph --- #}
{% if block('description') is defined %}
{% endif %}
{# --- Twitter Card --- #}
{% block extra_header %}{% endblock %} {# --- Données Structurées (JSON-LD) --- #} {% block jsonld %}{% endblock %} {# --- PWA & Analytics --- #} {% if app.environment != 'dev' %} {{ pwa(swAttributes={ 'nonce': csp_nonce('script') }) }} {% else %} {% endif %} {{ vite_asset('reserve.js',{}) }} {% block stylesheets %}{% endblock %} {% if is_granted('ROLE_USER') %}
{% endif %} {# --- NAVIGATION --- #}
{# Logo #}
Ludik Event
{# Menu Desktop #}
{{ 'Accueil'|trans }}
{{ 'Nos structures'|trans }}
{{ 'Nos Formules'|trans }}
{{ 'Catalogue'|trans }}
{{ 'Comment Reserver'|trans }}
{{ 'Contact'|trans }}
{% if app.user %}
{% if is_granted('ROLE_ADMIN') %}
{{ 'Admin'|trans }}
{% endif %}
{{ 'Mon Espace'|trans }}
{% else %}
{{ 'Connexion'|trans }}
{% endif %}
06 14 17 24 47
{# Bouton Menu Mobile #}
{# Menu Mobile #}
{{ 'Accueil'|trans }}
{{ 'Nos structures'|trans }}
{{ 'Nos Formules'|trans }}
{{ 'Catalogue'|trans }}
{{ 'Comment reserver'|trans }}
{{ 'Rechercher'|trans }}
{{ 'Appeler le'|trans }} 06 14 17 24 47
{# --- MESSAGES FLASH --- #} {% for label, messages in app.flashes %}
{% for message in messages %}
{% if label == 'success' %}✅{% elseif label == 'error' or label == 'danger' %}❌{% else %}ℹ️{% endif %}
{{ message|trans }}
{% endfor %}
{% endfor %}
{% block body %}{% endblock %}
{# --- PIED DE PAGE --- #}
{% block javascripts %}{% endblock %}