{% extends 'base.html.twig' %} {% import "_macros.html.twig" as macros %} {% import "partials/_hero_macro.html.twig" as hero_macro %} {% block title %}L'Expérience | {{ hotel.nom }}{% endblock %} {% block meta_description %}Vivez l'expérience BibliHotel : petit-déjeuner littéraire, bibliothèque ouverte 24h, soirées et un service dédié aux amoureux des livres.{% endblock %} {% block content %} {# Hero #} {{ hero_macro.hero_page(experience.titre, "Votre séjour", experience.sous_titre, experience.image_hero) }} {# Intro #} {{ macros.intro(experience.intro) }} {# Moments #} {% for moment in experience.moments %} {{ moment.titre }} {{ moment.texte }} {% endfor %} {# CTA #} {% include 'partials/_cta.html.twig' %} {% endblock %}
{{ moment.texte }}