{% for row in include.datafile %} {% if forloop.first %} {% for pair in row %} {% assign column = forloop.index0 %} {% endfor %} {% endif %} {% tablerow pair in row %} {{ pair[1] }} {% endtablerow %} {% endfor %}
{{ pair[0] }}