First implementation of web based editor to HTML pipeline
This commit is contained in:
6
web/templates/editor.html
Normal file
6
web/templates/editor.html
Normal 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}}
|
Reference in New Issue
Block a user