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

Preview

{% if syntaxerror %}

Error: {{ syntaxerror }}

{{ marked }}
{% elif error %}

Error

{{ error }}

{% else %}

Spec:

{{ spec }}

Response:

{{ output }}
{% end %} {% end %}