filebrowser/templates/settings.tmpl
2015-09-14 18:18:26 +01:00

14 lines
239 B
Cheetah

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