planblog/layouts/404.html

8 lines
224 B
HTML
Raw Permalink Normal View History

2015-02-02 09:54:20 +00:00
{{ partial "header.html" . }}
<section class="row not-found">
<h1 class="col-md-4 col-md-offset-4">404</h1>
<div class="col-md-4 col-md-offset-4">This page does not exist!</div>
2015-02-02 09:54:20 +00:00
</section>
{{ partial "footer.html" . }}