8 lines
289 B
HTML
8 lines
289 B
HTML
<form id="editorForm" hx-post="https://api.darkstorm.tech/">
|
|
<p><input type="checkbox" id="draft"></input><label for="draft">Draft</label></p>
|
|
<label for="title">Title</label>
|
|
<input name="title" value="{{.Title}}"></input>
|
|
<textarea name="blog"></textarea>
|
|
<button></button>
|
|
</form>
|