sailfish/integration-tests/templates/big-table.stpl

4 lines
108 B
Plaintext
Raw Normal View History

2020-06-06 15:55:22 -04:00
<table>
<% for row in table { %><tr><% for col in row { %><td><%= col %></td><% } %></tr><% } %>
</table>