add design
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
{% set image = page.media.images|first %}
|
||||
|
||||
{% block body %}
|
||||
<section id="item" class="section blog-listing">
|
||||
<section id="body" class="section blog-listing">
|
||||
<section class="header-wrapper">
|
||||
<div class="bandeau">
|
||||
{% if image %}
|
||||
{{image.html}}
|
||||
{{image.html}}
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="body-wrapper">
|
||||
<div class="content">
|
||||
<h2>{{page.title}}</h2>
|
||||
{{content}}
|
||||
@@ -19,5 +22,5 @@
|
||||
{% include 'partials/sidebar.html.twig' %}
|
||||
{% endblock %}
|
||||
</section>
|
||||
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user