bunteshaus.de/themes/buha/layouts/partials/layout/contact_imprint.html
2022-06-14 23:01:19 +02:00

15 lines
492 B
HTML

{{ $text := "solo" }}
<section>
<div class="articleinner">
<div class="articletext {{ $text }}">
{{ if .partial_before }}
{{ partial .partial_before (dict "context" .context "pic" .pic) }}
{{ end }}
{{ if in .context.File "imprint" }}
{{ if i18n "executive" }}{{ i18n "executive" }}{{ else }}{{ "Executive" }}{{ end }}: {{ .context.Site.Params.imprintdata.executive }}
{{ end }}
{{ .content }}
</div>
</div>
</section>