threadslist.handlebars 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <h1> {{board.title}} <small class="text-muted"> {{board.name}} </small> </h1> <table class="table"> {{#each threads}} <tr> <td> {{this.title}} ({{this.count}}) </td> </tr> {{/each}} </table>