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>
|
|
|
|
<div class="col-md-4 col-md-offset-4">That page doesn't exist!</div>
|
2015-02-02 09:54:20 +00:00
|
|
|
</section>
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
|