{% if include.title %}

{{ include.title}}

{% endif %} {% for column in include.table[0] %} {% endfor %} {% for row in include.table %} {% for cell in row %} {% endfor %} {% endfor %}
{{ column[0] }}
{{ cell[1] }}