Athena

{% for block in blocks %} {% endfor %}

{{ title }}

{{ today }} {% if description %}

{{ description }}

{% endif %}

{{ block.name }}

{{ block.description|default('') }}

{% for header in block.data.headers %} {% endfor %} {% for row in block.data.rows %} {% for item in row %} {% endfor %} {% endfor %}
{{ header }}
{{ item }}
Athena