This commit is contained in:
2020-06-14 15:59:06 +02:00
parent 4e25309391
commit 1fb5efd7dc
6 changed files with 29 additions and 45 deletions
+4 -2
View File
@@ -1,7 +1,6 @@
{% extends "base.twig" %}
{% block content %}
<div class="content-wrapper">
<article class="post-type">
<img src="{{ Image(post.image_event).src |resize(600, 600) }}" />
<section class="article-content">
@@ -20,6 +19,9 @@
</div>
</div>
<div class="lieu">{{post.lieu}}</div>
<div class="cat {{post.category.slug}}">
{{post.category.name}}
</div>
</div>
<div class="article-body">
<p>{{post.description}}</p>
@@ -66,7 +68,7 @@
</div>
<div class="other-posts">
{% for item in other %}
{% for item in other %}
{% include 'components/thumbnails/thumbnails.twig' %}
{% endfor %}
</div>