summaryrefslogtreecommitdiff
path: root/web/template/error.tmpl
blob: a8a72b062acb0e7bbf0ab57cdabc14bbfcc91df3 (plain)
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" .}}