{% extends "master.html" %} {% macro input(field) -%}
{{field(class_='form-control')}}
{%- endmacro %} {% block content %}

Paths

New Path

{{ form.csrf_token }} {% if form.errors %}
Errors
{% endif %} {{ input(form.location) }} {{ input(form.headers) }} {{ input(form.response) }}
{% endblock %}