|
@@ -2,16 +2,23 @@
|
|
|
|
|
|
{% block content %}
|
|
{% block content %}
|
|
<div class="content-wrapper">
|
|
<div class="content-wrapper">
|
|
- <!-- {{dump(post)}} -->
|
|
|
|
|
|
+
|
|
<article class="post-type-{{ post.titre}}">
|
|
<article class="post-type-{{ post.titre}}">
|
|
<img src="{{ post.image_event}}">
|
|
<img src="{{ post.image_event}}">
|
|
|
|
|
|
<section class="article-content">
|
|
<section class="article-content">
|
|
<h1 class="article-h1">{{ post.titre }}</h1>
|
|
<h1 class="article-h1">{{ post.titre }}</h1>
|
|
-
|
|
|
|
<div class="article-body">
|
|
<div class="article-body">
|
|
{{post.description}}
|
|
{{post.description}}
|
|
|
|
+ {{post.lieu}}
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <div class="other-posts">
|
|
|
|
+ {% for item in posts %}
|
|
|
|
+ {% include 'components/thumbnails/thumbnails.twig' %}
|
|
|
|
+ {% endfor %}
|
|
|
|
+ </div>
|
|
|
|
+
|
|
</section>
|
|
</section>
|
|
</article>
|
|
</article>
|
|
</div><!-- /content-wrapper -->
|
|
</div><!-- /content-wrapper -->
|