filebrowser/templates/edit.tmpl

17 lines
269 B
Cheetah
Raw Normal View History

2015-09-13 11:14:18 +00:00
{{#HEADER#}}
{{ with .Body }}
2015-09-13 11:14:18 +00:00
2015-09-13 19:37:20 +00:00
<div class="content">
<h1>Editing {{ .Name }}</h1>
<form id="editForm" method="POST" action="">
<textarea name="content">{{ .Content }}</textarea>
<input type="submit" value="Save">
</form>
2015-09-13 19:37:20 +00:00
</div>
{{ end }}
2015-09-13 11:14:18 +00:00
{{#FOOTER#}}