2015-02-02 09:54:20 +00:00
|
|
|
{{ partial "header.html" . }}
|
2015-02-09 04:57:06 +00:00
|
|
|
<section class="row not-found">
|
|
|
|
<h1 class="col-md-4 col-md-offset-4">404</h1>
|
2017-03-29 20:24:53 +00:00
|
|
|
<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" . }}
|
|
|
|
|