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

7 lines
189 B
Cheetah
Raw Normal View History

2024-02-14 18:53:49 +00:00
<label for="title">Title</label>
<input type="text" name="title" value="{{.Title}}" />
<label for="content">Content</label>
<textarea name="content" rows="16">
{{.Content}}
</textarea>