404.html (128B)
1 {{ define "main" }} 2 <div class="error"> 3 <h1>404</h1> 4 5 <p>the requested page could not be found</p> 6 </div> 7 {{ end }}