chore: Whitespace

This commit is contained in:
muli 2023-05-09 16:23:57 +02:00
parent 16d3d946e4
commit 660993b8ba

View File

@ -9,10 +9,8 @@
{%- endblock -%} {%- endblock -%}
{% block body %} {% block body %}
<!-- Startpage content looop --> {% for blk in this.section.blocks %}
{% for blk in this.section.blocks %} {{ blk }}
{{ blk }} {% endfor %}
{% endfor %}
<!-- Startpage content loop ende -->
{% endblock %} {% endblock %}