{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Neue Todomail{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("new_todomail"), action_text="Ändern")}}
{% endblock %}