This commit is contained in:
2019-04-03 15:29:46 +02:00
parent 03694c1aa6
commit 2ddc3ef8b5
103 changed files with 1503 additions and 6280 deletions

View File

@@ -10,12 +10,16 @@
{% block body %}
<section id="body-wrapper" class="section blog-listing">
{% if image %}
{{image.html}}
{% endif %}
<div class="bandeau">
{% if image %}
{{image.html}}
{% endif %}
</div>
<h2>{{page.title}}</h2>
{{content}}
<div class="content">
<h2>{{page.title}}</h2>
{{content}}
</div>
{% if show_sidebar %}
{% block sidebar %}
@@ -23,10 +27,10 @@
{% endblock %}
{% endif %}
{% for item in page.collection %}
<!-- {% for item in page.collection %}
<h3>{{item.title}}</h3>
{{item.content}}
{% endfor %}
{% endfor %} -->
</section>
{% endblock %}