{{ define "main" }}
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
</div>
{{ end }}