9 lines
295 B
HTML
9 lines
295 B
HTML
{{define "page-content"}}
|
|
<h2>Neuer Benutzer</h2>
|
|
<form>
|
|
<input required name="tag" placeholder="Tag" type="text" />
|
|
<input type="submit" value="Anlegen" hx-post="/add-tag/" hx-target="#page-content" />
|
|
</form>
|
|
<button hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
|
|
{{end}}
|