mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
5 lines
118 B
Handlebars
5 lines
118 B
Handlebars
|
{{#if hasIcon}}
|
||
|
<i class="dicon {{iconClass}}"/>
|
||
|
{{/if}}
|
||
|
<div class="label" title={{label}}>{{label}}</div>
|
||
|
{{yield}}
|