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

{{ col }}

{% endif %}
{% endfor %}