HTML von macro in Template verschoben, um Struktur im Template klar zu erkennen.

This commit is contained in:
Stephan 2021-02-06 15:11:56 +01:00
parent 3ff212a57d
commit 2ce68cd644
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,9 @@
</div>
{% endif %}
<div class="content__box -columns">
{{ render_section(child) }}
<div class="content__inner_box">
{{ render_section(child) }}
</div>
</div>
</section>
{% endif %}

View File

@ -1,5 +1,3 @@
{% macro render_section(section) %}
<div class="content__inner_box">
{{ section.body }}
</div>
{{ section.body }}
{% endmacro %}