1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-01-16 06:29:06 +01:00
cc-backend/web/templates/404.tmpl

11 lines
209 B
Cheetah
Raw Normal View History

{{template "base.tmpl" .}}
2021-12-08 10:09:47 +01:00
{{define "content"}}
<div class="row">
<div class="col">
<div class="alert alert-error" role="alert">
404: Not found
</div>
</div>
</div>
{{end}}