mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
14 lines
239 B
Cheetah
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 }}
|