federated-dash/ui/html/pages/404.tmpl.html
2024-06-25 15:28:39 -06:00

5 lines
121 B
HTML

{{define "title"}}Page Not Found{{end}}
{{define "main"}}
<h2 class="four-oh-four-title">Page Not Found</h2>
{{end}}