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

8 lines
252 B
Cheetah
Raw Normal View History

2024-02-14 19:43:43 +00:00
<label for="image">Image</label>
<input type="file" name="image" />
<label for="title">Title</label>
<input type="text" name="title" value="{{.Title}}" />
<label for="content">Content</label>
2024-02-14 20:05:50 +00:00
<textarea name="content" rows="16">{{.Content}}</textarea>