|
@@ -3,31 +3,15 @@
|
|
{% block content %}
|
|
{% block content %}
|
|
|
|
|
|
{% include 'components/title_page.twig' %}
|
|
{% include 'components/title_page.twig' %}
|
|
|
|
+{% include 'components/sider_left.twig' with { name : 'benevole' } %}
|
|
|
|
|
|
- <div class="colonne_gauche">
|
|
|
|
- <section class="article-content">
|
|
|
|
- <h1 class="titre-bloc">{{ post.meta('titre_bloc') }}</h1>
|
|
|
|
- <div class="article-body">
|
|
|
|
- <!-- {{dump(post)}} -->
|
|
|
|
- {{ post.meta('paragraphe_bloc') }}
|
|
|
|
- </div>
|
|
|
|
- </section>
|
|
|
|
- <div class="boutons">
|
|
|
|
- <div id="bouton_asso">
|
|
|
|
- <a href="{{post.meta('bouton_asso').lien_hello_asso}}">{{post.meta('bouton_asso').texte_bouton}}</a>
|
|
|
|
- <!-- <a href="{{group.url}}">{{group.txt}}</a> -->
|
|
|
|
- </div>
|
|
|
|
- <div id="bouton_contact">
|
|
|
|
- <a href="{{post.meta('bouton_contact').lien_hello_asso}}">{{post.meta('bouton_contact').texte_bouton}}</a>
|
|
|
|
- </div>
|
|
|
|
- </div><!-- /boutons -->
|
|
|
|
- </div><!-- /colonne-gauche -->
|
|
|
|
- <div class="Colonne-droite">
|
|
|
|
- <section class="article-content">
|
|
|
|
- <h1 class="texte-chapeau">{{ post.meta('texte_chapeau') }}</h1>
|
|
|
|
- <div class="article-body">
|
|
|
|
- {{ post.meta('paragraphe_descriptif') }}
|
|
|
|
|
|
+
|
|
|
|
+ <div class="colonne_droite">
|
|
|
|
+ <section class="article_content">
|
|
|
|
+ <h1 class="texte_chapeau">{{ post.meta('texte_chapeau') }}</h1>
|
|
|
|
+ <div class="article_body">
|
|
|
|
+ {{ post.meta('paragraphe_descriptif') }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
- </div><!-- /colonne-droite -->
|
|
|
|
|
|
+ </div><!-- /colonne_droite -->
|
|
{% endblock %}
|
|
{% endblock %}
|