{# A template for making tables. #} {%- if caption %} {%- endif %} {%- for col in columns %} {%- endfor %} {%- for row in rows %} {%- for val in row %} {%- endfor %} {%- endfor %}
{{ caption }}
{{ col }}
{{ val }}