more editor stuff

This commit is contained in:
Caleb Gardner
2024-11-13 16:27:59 -06:00
parent 8eb031c64f
commit 54f7f1b1fa
+7 -1
View File
@@ -1 +1,7 @@
<p>THIS IS A POGGIES EDITOR. SAY WOW!</p>
<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>