newform.html.st raw

<form hx-post="/todo" id="form-add">
  <input type="text" name="label">
  <input type="submit">
</form>