{% for function in functions %}
{% for decorator in function["decorators"] %} {% if function["decorators"]|length > 1 and function["decorators"][0] != decorator%}
{% endif %} {{ decorator }} {% endfor %}
{{ function["docstring"] }}
{% endfor %}