mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
15 lines
286 B
Cheetah
15 lines
286 B
Cheetah
{{ define "content" }}
|
|
<main>
|
|
{{ with .Body }}
|
|
<div class="content">
|
|
<h1>Settings</h1>
|
|
<form method="POST" action="/admin/settings">
|
|
{{ template "frontmatter" . }}
|
|
<input type="submit" data-message="Settings updated." value="Save">
|
|
</form>
|
|
</div>
|
|
{{ end }}
|
|
</main>
|
|
|
|
{{ end }}
|