{% if title %} # {{ title }} {% endif %} {% if description %} {{ description }} {% endif %} {% if resource %} {{ handler.resource }} {% endif %} {% for handler in handlers %} ## {{ handler.method }} {{ handler.title }} {{ handler.description }} {% if handler.resource %} {{ handler.resource }} {% endif %} {% if handler.spec-in %}
Intput schema ~~~json {{ handler.spec-in|json-pretty|safe }} ~~~
{% endif %} {% if handler.spec-out %}
Output schema ~~~json {{ handler.spec-out|json-pretty|safe }} ~~~
{% endif %} {% endfor %}