hugo-tufte/layouts/404.html
2021-08-01 11:52:39 +02:00

13 lines
No EOL
295 B
HTML

{{ define "main" }}
truc
<div id="layout" class="pure-g">
<article class="pure-u-1">
{{ partial "brand.html" . }}
<section><h1 id="title">{{ .Title }}</h1></section>
<section>
{{ partial "footer.html" . }}
</section>
</article>
</div>
{{ end }}