You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
324 B

{{#modules~}}
{{#if @first~}}
{{>heading-indent}}Modules
<table>
<thead>
<tr>
<th>Module</th><th>Description</th>
</tr>
</thead>
<tbody>
{{/if~}}
<tr>
<td>{{>sig-link-html}}</td>
<td>{{{md (inlineLinks description)}}}</td>
</tr>
{{#if @last~}}
</tbody>
</table>
{{/if~}}
{{/modules}}