summaryrefslogtreecommitdiff
path: root/web/template/error.tmpl
blob: c7df695dd640b7c9b03218ba59a19688a090f108 (plain)
1
2
3
4
5
6
7
{{ template "header.tmpl" .}}
    <main>
        <section class="error">
          <span>❌</span> <pre>{{.error}}</pre>
        </section>
    </main>
{{ template "footer.tmpl" .}}