{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %}Add a new {{ item }}{% endblock %} {% block content %} {# the form #}
Add a new {{ item }} to our database. {% for field in form %} {{ field.label() }} {{ field() }}
{% endfor %}
{% endblock %}