filebrowser/templates/settings.tmpl

13 lines
190 B
Cheetah
Raw Normal View History

2015-09-14 13:00:12 +00:00
{{ template "header" . }}
2015-09-14 09:46:31 +00:00
2015-09-13 21:48:52 +00:00
{{ with .Body }}
<div class="content">
<h1>Settings</h1>
<form>
2015-09-14 13:00:12 +00:00
{{ template "frontmatter" .Settings }}
2015-09-13 21:48:52 +00:00
</form>
</div>
2015-09-14 09:46:31 +00:00
{{ end }}
2015-09-14 13:00:12 +00:00
{{ template "footer" . }}