Files
caldwell/layouts/partials/components/hero/index.html
2025-09-12 13:33:41 +01:00

6 lines
206 B
HTML

<section class="hero">
<h1 class="title">{{ .Title }}</h1>
{{ partial "components/meta/index.html" . }}
{{ partial "components/image/index.html" (dict "page" .Page "image" .Params.hero) }}
</section>