1 2 3 4 5 6 7 8
{{ template "header.tmpl" .}} <main> <section class="error"> <span>❌</span> <pre>{{.error}}</pre> </section> </main> {{ template "footer.tmpl" .}}