8 lines
223 B
HTML
8 lines
223 B
HTML
{{ 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">That page doesn't exist!</div>
|
|
</section>
|
|
{{ partial "footer.html" . }}
|
|
|