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

5 lines
183 B
Cheetah

<label for="title">Title</label>
<input type="text" name="title" value="{{.Title}}" />
<label for="content">Content</label>
<textarea name="content" rows="16">{{.Content}}</textarea>