~bigbes/sr-ht-spec

ref: f42f81ca17c2a1a3da14002e77562b51df14b34d sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
f42f81ca — Eugene Blikh feat(web): line-numbered unified prose diff replaces the block cards (spec-by6.3.5) 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}}