mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
3 lines
143 B
HTML
3 lines
143 B
HTML
|
|
{% for row in display_rows %}
|
||
|
|
<div class="custom-table-row">{{ row["f1"] }} - {{ row["f2"] }} - {{ row.display("f3") }}</div>
|
||
|
|
{% endfor %}
|