{% for heading in header %} {% endfor %} {% for row in rows %} {% for index, cell in row %} {% endfor %} {% endfor %}
{{ heading }}
{% if index == 1 %} {% set r, g, b = cell.replace('(', '').replace(')', '').split(',') %}
({{ r }}, {{ g }}, {{ b }})
{% else %} {{ cell }} {% endif %}
{% if image_base64 %}
{{ tree_image_caption }}
{{ tree_image_alt }}
{% endif %}