{{ title }}

{% if tip %}
{{ tip }}
{% endif %}
{% for column in columns %} {% endfor %} {% for row in data %} {% for cell in row %} {% endfor %} {% endfor %}
{{ column }}
{{ cell }}
{% if footer %} {% endif %}