sailfish/benches/templates/big-table.hbs

2 lines
91 B
Handlebars
Raw Normal View History

2020-06-06 05:28:14 -04:00
<table>{{#each table}}<tr>{{#each this}}<td>{{ this }}</td>{{/each}}</tr>{{/each}}</table>