{% extends 'base.html.twig' %} {% block title %}{{ chambre.nom }} | {{ hotel.nom }}{% endblock %} {% block meta_description %}{{ chambre.description|striptags|slice(0, 155) }}{% if chambre.description|striptags|length > 155 %}…{% endif %}{% endblock %} {% block content %} {# Hero image de la chambre #} {{ chambre.categorie }} {{ chambre.nom }} {# Contenu principal #} {{ chambre.description }} {% if chambre.equipements|length > 0 %} Les détails de la suite {% for equipement in chambre.equipements %} {{ equipement }} {% endfor %} {% endif %} {% endblock %}
{{ chambre.description }}