2021-05-18 16:22:28 +02:00
|
|
|
<header>
|
2021-05-21 14:53:35 +02:00
|
|
|
<section class="hero is-primary is-medium">
|
|
|
|
<div class="hero-body has-text-centered">
|
|
|
|
<p class="title">{{ .Title }}</p>
|
|
|
|
{{ with .Params.subtitle }}
|
|
|
|
<p class="subtitle">{{ . }}</p>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</section>
|
2021-05-18 16:22:28 +02:00
|
|
|
</header>
|