drteeth / files / examples / todolist / templates / newform.html.st newform.html.st raw <form hx-post="/todo" id="form-add"> <input type="text" name="label"> <input type="submit"> </form>