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

Preview

{% if syntaxerror %}

Error: {{ syntaxerror }}

{{ marked }}
{% elif error %}

{{ error }}

{% else %}

Spec:

{{ spec }}

Response:

{{ output }}
{% endif %} {% include "response_previewform.html" %} {% endblock %}