bunteshaus.de/themes/buha/layouts/partials/layout/contact.html

12 lines
284 B
HTML
Raw Normal View History

2022-04-11 15:45:49 +02:00
{{ $text := "solo" }}
<section>
2022-04-12 08:35:34 +02:00
<div class="articleinner">
<div class="articletext {{ $text }}">
2022-04-10 00:53:31 +02:00
{{ if .partial_before }}
{{ partial .partial_before (dict "context" .context "pic" .pic) }}
{{ end }}
{{ .content }}
</div>
</div>
2022-04-11 15:45:49 +02:00
</section>