summaryrefslogtreecommitdiff
path: root/components/error.html
blob: 2fe8b70a862cccd94dbdf1040f01f1e9540f55de (plain)
1
2
3
4
5
6
7
8
9
{{define "error"}}
<a href="/">
    <div id=errorbox class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert">
      <p class="font-bold">An error from server</p>
      <p>{{.}}</p>
      <p>Click this banner to return to main page.</p>
    </div>
</a>
{{end}}