spielwiese #201

Merged
muli merged 145 commits from spielwiese into main 2023-08-08 21:18:13 +02:00
Showing only changes of commit 660993b8ba - Show all commits

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 %}