mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
11 lines
209 B
HTML
11 lines
209 B
HTML
{{template "base.html" .}}
|
|
{{define "content"}}
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="alert alert-error" role="alert">
|
|
404: Not found
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|