~bigbes/sr-ht-spec

ref: c6e5d6676fd0a179a022d50362f6a949a95969e2 sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
c6e5d667 — Eugene Blikh feat(service): review threads and the policy auto-merge gate (spec-by6.3.2) 25 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}}