| title | Tom testing CSV |
|---|
Testing loading data from CSV file
-
{% for member in site.data.test %}
- {{ member.name }} {% endfor %}
{% tablerow pair in row %}
{{ pair[1] }}
{% endtablerow %}
{% endfor %}
| {{ pair[0] }} |
|---|
| title | Tom testing CSV |
|---|
Testing loading data from CSV file
{% tablerow pair in row %}
{{ pair[1] }}
{% endtablerow %}
{% endfor %}
| {{ pair[0] }} |
|---|