{% for col in thead_cols %} {{ col|safe }} {% endfor %} {% for row in tbody_rows %} {% for col in row %} {{ col|safe }} {% endfor %} {% endfor %}