{% for name,docs,actions in reslist %}

{{name}}

{{docs or 'docs of resource'}}

{% for url, meth, action, needtoken, inputs, outputs, docs in actions %} {% endfor %}
action / docs url method param auth return
{{action}}

{{docs or ''}}

{{url}} {{meth}}
{{inputs}}
{{needtoken}}
{{outputs}}
{% endfor %}