Y-SLD/assets/plugins/_leaflet/draw/build/leafdoc-templates/event.hbs

15 lines
281 B
Handlebars
Raw Normal View History

2024-03-01 11:23:55 +00:00
<table><thead>
<tr>
<th>Event</th>
<th>Data</th>
<th>Description</th>
</tr>
</thead><tbody>
{{#each documentables}}
<tr id='{{id}}'>
<td><code><b>{{name}}</b>
<td><code>{{{type type}}}</code></td>
<td>{{{markdown comments}}}</td>
</tr>
{{/each}}
</tbody></table>