{% extends "layout.html" %} {% block body %}

Edit vehicle

{{ form.hidden_tag() }} {{ render_field_with_errors(form.name) }}
{% endblock %}