sailfish/benches/templates/big-table.stpl

4 lines
109 B
Plaintext

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