nidus-sync/html/template/sync/sudo.html

9 lines
208 B
HTML
Raw Normal View History

2026-02-18 07:07:15 +00:00
{{ template "sync/layout/authenticated.html" . }}
{{ define "title" }}Sudo{{ end }}
2026-02-18 07:07:15 +00:00
{{ define "extraheader" }}
<script src="/static/js/user-selector.js"></script>
2026-02-18 07:07:15 +00:00
{{ end }}
{{ define "content" }}
{{ end }}