12 lines
344 B
HTML
12 lines
344 B
HTML
<template name="wrapperLabel">
|
|
<label class="wrapperLabel {{this.labelClass}}">
|
|
{{#if this.labelAfter}}
|
|
{{>UI.contentBlock}}
|
|
{{/if}}
|
|
<span class="wrapperText">{{reactive this.label}}</span>
|
|
{{#unless this.labelAfter}}
|
|
{{>UI.contentBlock}}
|
|
{{/unless}}
|
|
</label>
|
|
</template>
|