This repository has been archived on 2026-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
filebrowser-fork/templates/settings.tmpl
2015-09-15 14:00:14 +01:00

15 lines
253 B
Cheetah

{{ define "content" }}
<main>
{{ with .Body }}
<div class="content">
<h1>Settings</h1>
<form method="POST" action="/admin/settings">
{{ template "frontmatter" . }}
<input type="submit" value="Save">
</form>
</div>
{{ end }}
</main>
{{ end }}