Files
2026-08-18 15:32:41 +02:00

12 lines
612 B
HTML

{{ define "main" }}
<section class="op-detail-hero op-hero-home uk-section uk-section-small">
<div class="uk-container uk-container-expand">
{{/* Hero-Texte kommen aus content/_index.md, damit / und /schauplaetze/ identisch bleiben */}}
<h1 class="uk-margin-remove">{{ with site.Home.Params.heroTitle }}{{ . | safeHTML }}{{ else }}{{ $.Title }}{{ end }}</h1>
{{ with site.Home.Params.heroLead }}<p class="uk-text-lead uk-margin-small-top uk-margin-remove-bottom uk-width-2-3@l">{{ . }}</p>{{ end }}
</div>
</section>
{{ partial "explorer.html" (dict "pages" .Pages) }}
{{ end }}