{% 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 %}