Whitespace.

This commit is contained in:
Stephan 2021-02-21 14:47:31 +01:00
parent 3ec6218b90
commit 8448ef2698

View File

@ -7,15 +7,15 @@
</div> </div>
{% for blk in this.section.blocks %} {% for blk in this.section.blocks %}
<section class="content {{ loop.cycle('-odd', '-even') }} -columns"> <section class="content {{ loop.cycle('-odd', '-even') }} -columns">
{% if blk.title %} {% if blk.title %}
<div class="content__box"> <div class="content__box">
<div class="content__inner_box"> <div class="content__inner_box">
<h2>{{ blk.title }}</h2><hr> <h2>{{ blk.title }}</h2><hr>
</div>
</div> </div>
{% endif %} </div>
{{ blk }} {% endif %}
</section> {{ blk }}
</section>
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}