fix 404.html is not reworked #8

This commit is contained in:
slashformotion 2021-08-01 11:52:39 +02:00
parent b8dd6d0591
commit 92cf44c208

View file

@ -1,7 +1,13 @@
{{ partial "header.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ 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>
</section>
{{ partial "footer.html" . }}
{{ end }}