2021-08-01 11:52:39 +02:00
|
|
|
{{ define "main" }}
|
|
|
|
<div id="layout" class="pure-g">
|
|
|
|
<article class="pure-u-1">
|
|
|
|
{{ partial "brand.html" . }}
|
|
|
|
|
2021-08-07 21:45:19 +02:00
|
|
|
<section><h2 id="title">Looks like there is a problem in the url... <br/>
|
|
|
|
<a href="{{ "" | relURL}}">Go Home ? </a></h2></section>
|
2021-08-01 11:52:39 +02:00
|
|
|
<section>
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
</section>
|
|
|
|
</article>
|
2015-12-30 03:35:20 +01:00
|
|
|
</div>
|
2021-08-01 11:52:39 +02:00
|
|
|
{{ end }}
|