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

Preview

{% if syntaxerror %}

Error: {{ syntaxerror }}

{{ marked }}
{% elif error %}

{{ error }}

{% else %}

Spec:

{{ spec }}

Request:

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