{{ define "main" }}
<div class="container">
    <h1>404 Error</h1>
    <p>Page does not exist.</p>
</div>
{{ end }}