sailfish/benches/templates/big-table.html

6 lines
120 B
HTML

<table>
{% for row in table %}
<tr>{% for col in row %}<td>{{ col|escape }}</td>{% endfor %}</tr>
{% endfor %}
</table>