{% extends '/front/layout.html.twig' %}
{% block contenu %}
<div class="container padding-off margin-contenu">
<div class="col-md-12 col-sm-12 col-xs-12">
<h1><span class="beige1 orange3-txt">{{ titre }}</span></h1>
<div class="sous-titre-page-hp">{{ description |raw }}</div>
</div>
{% if hebergements |length > 0 %}
{% include "/front/Recherche/liste.html.twig" with {'btname': 'reserver'} %}
{% include "/front/_blocks/pagination.html.twig" with {'nbPages': nbPages, 'currentPage': currentPage} %}
{% endif %}
</div>
{% endblock %}