sailfish/benches/templates/big-table.hbs

2 lines
93 B
Handlebars
Raw Normal View History

2020-06-12 04:20:45 -04:00
<table>{{#each table}}<tr>{{#each this}}<td>{{ this }}</td>{{/each }}</tr>{{/each }}</table>