{% if this.caption %} {{ this.caption }} {% endif %} {% for header in this.headers %} {% block th %}{{ header }}{% endblock %} {% endfor %} {% for row in this.data %} {% for cell in row %} {% block td %}{{ cell }}{% endblock %} {% endfor %} {% endfor %} {% if block('footer') is defined %} {{ block('footer') }} {% endif %}