~bigbes/sr-ht-spec

ref: 8edca94eedcc16b610d99487e8e427d87406b11e sr-ht-spec/web/templates/error.html -rw-r--r-- 274 bytes
8edca94e — bigbes feat(mcpsrv): MCP read tools, with Host validation replacing the SDK guard 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}}