planblog/layouts/404.html

8 lines
142 B
HTML
Raw Normal View History

2015-02-02 09:54:20 +00:00
{{ partial "header.html" . }}
<section class="not-found">
<h1>404</h1>
That page doesn't exist!
</section>
{{ partial "footer.html" . }}