6 lines
206 B
HTML
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>
|