add tax
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user