mirror of
https://github.com/Leaflet/Leaflet.VectorGrid.git
synced 2025-07-23 00:50:04 +00:00
11 lines
232 B
Handlebars
11 lines
232 B
Handlebars
<section {{#if isSecondarySection}}class='collapsable'{{/if}}>
|
|
|
|
{{#if name}}<h4 id='{{id}}'>{{name}}</h4>{{/if}}
|
|
|
|
{{#if comments~}}
|
|
<div class='section-comments'>{{{markdown comments}}}</div>
|
|
{{/if}}
|
|
|
|
{{{documentables}}}
|
|
|
|
</section> |