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,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 %}
|
||||
|
@ -1,5 +1,3 @@
|
||||
{% macro render_section(section) %}
|
||||
<div class="content__inner_box">
|
||||
{{ section.body }}
|
||||
</div>
|
||||
{{ section.body }}
|
||||
{% endmacro %}
|
||||
|
Loading…
Reference in New Issue
Block a user