webseite/templates/blocks/flow_third_box_section.html
L3D fd742c7049 redesign website (!1)
Co-authored-by: L3D <l3d@see-base.de>
Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
2022-05-18 00:35:37 +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 -->