{# @var table array{headers: list, rows: list>} @var caption string|null #}
{% if caption %} {% endif %} {% for header in table.headers %} {% endfor %} {% for row in table.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ caption }}
{{ header }}
{{ cell }}