First implementation of web based editor to HTML pipeline

This commit is contained in:
2024-02-18 10:07:49 +01:00
parent ff657fd508
commit 2447f50bac
10 changed files with 89 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{{define "page-content"}}
<form>
<textarea name="editor-textarea"></textarea>
<input type="submit" value="Senden" hx-post="/finished-edit/">
</form>
{{end}}