~bigbes/sr-ht-compare

ref: f41a0465d28559858e99f00f47602af2c247c58a sr-ht-compare/web/templates/error.html -rw-r--r-- 274 bytes
f41a0465 — bigbes ci: commit the apk build, packaging and mirror-trigger files 13 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}}