cpolis/web/templates/editor.html

11 lines
231 B
HTML

{{define "page-content"}}
<form>
<textarea name="editor-textarea"></textarea>
<input type="submit" value="Senden" hx-post="/finished-edit/" hx-target="#page-content">
</form>
{{end}}
{{define "html-result"}}
{{.}}
{{end}}