filebrowser/templates/settings.tmpl

13 lines
163 B
Cheetah
Raw Normal View History

2015-09-14 13:54:58 +00:00
{{ define "content" }}
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:42:48 +00:00
{{ template "frontmatter" . }}
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
2015-09-14 13:54:58 +00:00
{{ end }}