mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
13 lines
195 B
Cheetah
13 lines
195 B
Cheetah
{{#HEADER#}}
|
|
|
|
{{ with .Body }}
|
|
|
|
<form id="editForm" method="POST" action="">
|
|
<textarea id="content">{{ .File }}</textarea>
|
|
<input type="submit" value="Send">
|
|
</form>
|
|
|
|
|
|
{{ end }}
|
|
{{#FOOTER#}}
|