2016-07-12 20:37:53 +02:00
|
|
|
<template name="wrapperTitle">
|
|
|
|
|
<div class="wrapperTitle {{this.labelClass}}">
|
|
|
|
|
{{#if this.labelAfter}}
|
|
|
|
|
{{>UI.contentBlock}}
|
|
|
|
|
{{/if}}
|
2016-07-14 16:25:39 +02:00
|
|
|
<span class="wrapperText">{{reactive this.label}}</span>
|
2016-07-12 20:37:53 +02:00
|
|
|
{{#unless this.labelAfter}}
|
|
|
|
|
{{>UI.contentBlock}}
|
|
|
|
|
{{/unless}}
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|