~bigbes/sr-ht-compare

ref: 53d7b9707f1ea95fc7e5a8c1865e1b1dc14beeb4 sr-ht-compare/web/templates/error.html -rw-r--r-- 274 bytes
53d7b970 — bigbes docs: note that static assets are embedded and need a rebuild 30 days ago
                                                                                
1
2
3
4
5
6
7
8
9
{{define "content"}}
<div class="row">
  <div class="col-md-12">
    <h2>{{.Data.Status}}{{.Data.StatusText}}</h2>
    {{if .Data.Message}}<p class="text-muted">{{.Data.Message}}</p>{{end}}
    <p><a href="/">Return to the landing page</a>.</p>
  </div>
</div>
{{end}}