webseite/templates/blocks/flow_third_box_section.html

11 lines
282 B
HTML
Raw Normal View History

{#- 1/3 Spaltenlayout #}
<!-- 1/3 Layout - start -->
<section class="content">
<div class="content__third_box">
{%- for inner in this.inner_box.blocks -%}
{{- inner -}}
{%- endfor -%}
</div>
</section>
<!-- 1/3 Layout - end -->