This commit is contained in:
2019-05-14 19:59:47 +02:00
parent 3c24252ea3
commit fd38b48e27
68 changed files with 13719 additions and 585 deletions

View File

@@ -1,27 +1,7 @@
{% extends 'partials/base.html.twig' %}
{% set image = page.media.images %}
{% block header_body %}
<div class="gal">
{% for feature in page.header.buttons %}
{% set gal = feature.header.a_file %}
<div class="content_gal">
<div class="title">
<h2>{{ feature.text }}</h2>
</div>
<img src="user/pages/01.home/{{gal}}" alt="">
</div>
{% endfor %}
</div>
{% if header.entete.text == true %}
<div class="entete">
<div class="entete_c">
<h3>{{ header.entete.text }}</h3>
</div>
</div>
{% endif %}
{% include 'partials/bandeau.html.twig' %}
{% endblock %}
{% block content %}