~bigbes/sr-ht-spec

ref: 3c563e4d3eafe7ead010a894d18b0eb8ab31e6c5 sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
3c563e4d — Eugene Blikh feat(web): proposal review page — prose diff + approve/reject (Phase 4) 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}}