website/layouts/index.html
2022-12-24 14:59:52 +01:00

12 lines
259 B
HTML

{{- define "header" }}
<header id="introduction" class="global-header">
<h1>{{ i18n "introduction-heading" }}</h1>
<p>{{ i18n "introduction-sub" }}</p>
</header>
{{ end }}
{{- define "main" }}
<main>
{{ .Content }}
</main>
{{- end }}