{# #}

Ario Auto-Generated Documentation

{% for x in list_of_docs %}

{{ x.general[0] }}

{{ x.general[1] }}

Description: "{{ x.general[2] }}"

{% set count = 0 %} {% for y in x.specific %}

Method: {{ y['method'] }}

URL: {{ y['route'] }}

{{ y['document'] }}

{% set count = count + 1 %} {% endfor %}
{% endfor %}