1 2 3 4 5 6
{{ define "main" }} <div class="container"> <h1>404 Error</h1> <p>Page does not exist.</p> </div> {{ end }}