13 lines
377 B
HTML

{{ define "main" }}
<div id="layout" class="pure-g">
<article class="pure-u-1">
{{ partial "brand.html" . }}
<section><h2 id="title">Looks like there is a problem in the url... <br/>
<a href="{{ "" | relURL}}">Go Home ? </a></h2></section>
<section>
{{ partial "footer.html" . }}
</section>
</article>
</div>
{{ end }}