mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
16 lines
303 B
Handlebars
16 lines
303 B
Handlebars
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Command</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{#each commands}}
|
|
<tr>
|
|
<td>{{@key}}</td>
|
|
<td>{{this}}</td>
|
|
</tr>
|
|
{{/each}}
|
|
</tbody>
|
|
</table> |