{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}Todo mergen{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("merge_todos"), action_text="Mergen")}}
{% endblock %}