{% extends "layout.html" %} {% from "macros.html" import render_form %} {% block title %}TOP bearbeiten{% endblock %} {% block content %}
{{render_form(form, action_url=url_for("edit_top", top_id=top.id), action_text="Ändern", textarea_rows=5)}}
{% endblock %}