forked from ag_kommunikation/webseite
Whitespace.
This commit is contained in:
parent
2807e7e582
commit
65405f3352
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user