L3D
fd742c7049
Co-authored-by: L3D <l3d@see-base.de> Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
20 lines
531 B
HTML
20 lines
531 B
HTML
{%- extends "header_with_logo.html" -%}
|
|
{%- block title -%}{{ this.title }}{%- endblock -%}
|
|
{%- block meta_description -%}
|
|
{%- if this.meta_description is defined and this.meta_description != "" -%}
|
|
{{- this.meta_description -}}
|
|
{%- else -%}
|
|
C3WOC
|
|
{%- endif -%}
|
|
{%- endblock -%}
|
|
{%- block body -%}
|
|
|
|
{{- '\n ' -}}
|
|
<!-- Startpage content loop -->
|
|
{%- for blk in this.section.blocks -%}
|
|
{{- blk -}}
|
|
{%- endfor -%}
|
|
{{- '\n ' -}}
|
|
<!-- Startpage content loop ende -->
|
|
|
|
{%- endblock -%}
|