1{{define "content"}}
2<section aria-labelledby="error-heading" role="alert">
3 <h2 id="error-heading">Error {{.ErrorCode}}</h2>
4 <p>{{.ErrorMessage}}</p>
5 <nav aria-label="Error page navigation">
6 <a href="/">← Return to home page</a>
7 </nav>
8</section>
9{{end}}