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

4 lines
108 B
Plaintext

<table>
<% for row in table { %><tr><% for col in row { %><td><%= col %></td><% } %></tr><% } %>
</table>