{% extends "base.html" %} {% load tg_apicore static %} {% block head_extra %}{{ block.super }} {% endblock head_extra %} {% block body_content %} {% include "tg_apicore/docs/sidebar.html" %}
{% render_markdown api.description %}
{% for section in api.sections %} {% include "tg_apicore/docs/section.html" with section=section %} {% for method in section.methods %} {% include "tg_apicore/docs/method.html" with section=section method=method %} {% endfor %} {% endfor %}
{% endblock body_content %}