mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-19 23:04:32 +02:00
.github
auth
config
frontend
graph
metricdata
schema
templates
404.html
base.html
login.html
templates.go
utils
var
.gitignore
.gitmodules
LICENSE
README.md
go.mod
go.sum
gqlgen.yml
init-db.go
rest-api.go
server.go
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}}
|