bunteshaus.de/themes/buha/layouts/partials/layout/contact_imprint.html
2022-06-13 04:08:02 +02:00

12 lines
284 B
HTML

{{ $text := "solo" }}
<section>
<div class="articleinner">
<div class="articletext {{ $text }}">
{{ if .partial_before }}
{{ partial .partial_before (dict "context" .context "pic" .pic) }}
{{ end }}
{{ .content }}
</div>
</div>
</section>