forked from ag_kommunikation/webseite
HTML von macro in Template verschoben, um Struktur im Template klar zu erkennen.
This commit is contained in:
parent
3ff212a57d
commit
2ce68cd644
@ -17,8 +17,10 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="content__box -columns">
|
<div class="content__box -columns">
|
||||||
|
<div class="content__inner_box">
|
||||||
{{ render_section(child) }}
|
{{ render_section(child) }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
{% macro render_section(section) %}
|
{% macro render_section(section) %}
|
||||||
<div class="content__inner_box">
|
|
||||||
{{ section.body }}
|
{{ section.body }}
|
||||||
</div>
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user