{% extends "layout_experiment.html" %} {% block content %}
{% for col in csv_list[0] %} {% endfor %} {% for col in csv_list[1:] %} {% for cell in col %} {% endfor %} {% endfor %} {% endblock content %}
{{ col }}
{{ cell }}