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