Athena
{{ title }}
{{ today }}
{% if description %}
{{ description }}
{% endif %}
{% for block in blocks %}
{{ block.name }}
{{ block.description|default('') }}
{% for header in block.data.headers %}
{{ header }}
{% endfor %}
{% for row in block.data.rows %}
{% for item in row %}
{{ item }}
{% endfor %}
{% endfor %}
{% endfor %}
Athena