{% from 'spec_form.html' import spec_form %}
{{ spec.name }} spec -- Edit
{% for category, msg in get_flashed_messages(with_categories=true) %}
{{ msg }}
{% endfor %} {{ spec_form(spec) }}