11 lines
282 B
HTML
11 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 -->
|