{% extends "bootstrap/base.html" %} {% import "apidoc/nav.html" as nav %} {% block scripts -%} {{ super() }} {% endblock %} {% block styles -%} {{ super() }} {% endblock styles %} {% block content %} {{ nav.nav() }}
{{ method.description }}
{% if "docstring" in method %}{{ method.docstring }}
{% endif %} {% if "params-schema" in method %}