~bigbes/sr-ht-dolt

ref: b4d6a3e641dc1e4417b69149ee707d8bd183465e sr-ht-dolt/web/templates/403.html -rw-r--r-- 238 bytes
b4d6a3e6 — Eugene Blikh docs: add design spec a month ago
                                                                                
1
2
3
4
5
6
{{define "content" -}}
<div class="header-extension"></div>
<h2>403 &mdash; Forbidden</h2>
<p>{{if .Message}}{{.Message}}{{else}}You do not have access to this resource.{{end}}</p>
<p><a href="/">Return to the dashboard</a></p>
{{- end}}