{#
#}
Ario Auto-Generated Documentation
{% for x in list_of_docs %}
Specification: {{ x.general[0] }}
Port: {{ x.general[1] }}
Description: {{ x.general[2] }}
{% set count = 0 %} {% for y in x.functions %}
Method: {{ y['method'] }}
{{ y['document'] }}
{% set count = count + 1 %} {% endfor %}
{% endfor %}