bunteshaus.de/themes/buha/layouts/partials/layout/contact.html
2022-05-06 15:18:31 +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>