mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
17 lines
269 B
Cheetah
17 lines
269 B
Cheetah
{{#HEADER#}}
|
|
{{ with .Body }}
|
|
|
|
<div class="content">
|
|
|
|
<h1>Editing {{ .Name }}</h1>
|
|
|
|
<form id="editForm" method="POST" action="">
|
|
<textarea name="content">{{ .Content }}</textarea>
|
|
<input type="submit" value="Save">
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
{{#FOOTER#}}
|