keeweb/app/templates/list-table.hbs

16 lines
291 B
Handlebars

<table class="list__table">
<thead>
<tr>
<th></th>
<th>Title</th>
<th>User</th>
<th>Website</th>
<th>Tags</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
{{{items}}}
</tbody>
</table>