Whitespace.

This commit is contained in:
Stephan 2021-02-21 14:47:31 +01:00
parent 3ec6218b90
commit 8448ef2698
1 changed files with 9 additions and 9 deletions

View File

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