nidus-sync/html/template/sync/pool-list.html
2026-02-07 20:02:39 +00:00

9 lines
257 B
HTML

{{ template "sync/layout/authenticated.html" . }}
{{ define "title" }}Pool List{{ end }}
{{ define "extraheader" }}
{{ end }}
{{ define "content" }}
<h1>Pool list</h1>
<a class="btn btn-primary" href="{{ .URL.PoolCSVUpload }}">Do an upload</a>
{{ end }}