owl-blogs/render/templates/forms/Note.tmpl

7 lines
206 B
Cheetah
Raw Normal View History

2024-02-14 20:05:50 +00:00
<label for="content">Content</label>
2024-02-23 09:15:06 +00:00
<textarea id="contentField" name="content" rows="8">{{.Content}}</textarea>
<script src="/static/editor.js"></script>
<script>
addFileDrop("contentField")
</script>