mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
13 lines
163 B
Cheetah
13 lines
163 B
Cheetah
{{ define "content" }}
|
|
|
|
{{ with .Body }}
|
|
<div class="content">
|
|
<h1>Settings</h1>
|
|
<form>
|
|
{{ template "frontmatter" . }}
|
|
</form>
|
|
</div>
|
|
{{ end }}
|
|
|
|
{{ end }}
|