webseite/templates/blocks/flow_third_box_section.html
2021-09-05 04:23:55 +02:00

10 lines
282 B
HTML

{#- 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 -->