~bigbes/sr-ht-spec

ref: 42d4ee137ee6f4c70dd2ce4097c21606151f4a29 sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
42d4ee13 — Eugene Blikh feat(mcpsrv): spec_propose write tool (Phase 3) 26 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}}