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