mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
13 lines
182 B
Cheetah
13 lines
182 B
Cheetah
{{ template "header" . }}
|
|
|
|
{{ with .Body }}
|
|
<div class="content">
|
|
<h1>Settings</h1>
|
|
<form>
|
|
{{ template "frontmatter" . }}
|
|
</form>
|
|
</div>
|
|
{{ end }}
|
|
|
|
{{ template "footer" . }}
|