L3D
fd742c7049
Co-authored-by: L3D <l3d@see-base.de> Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
10 lines
282 B
HTML
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 -->
|