Files

9 lines
234 B
HTML

<section id="banner">
<header>
<h2>{{ .contents | markdownify }}</h2>
{{- if .button }}
<a href="{{ .button.url }}" class="button">{{ .button.contents }}</a>
{{- end }}
</header>
</section>