~bigbes/sr-ht-spec

ref: 0879325b6c7e7d74454ecff0196b8d5ecc12f1ea sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
0879325b — bigbes docs: the empty-space-list polarity is retracted, not just documented 27 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}}