{# Output tablular data. Note that it's up to you to output the thead manually. This just output the data. #} {% for key, row in <%- value %> %} {% for key, cell in row %} {% endfor %} {% endfor%}
{{ cell }}