10 lines
180 B
HTML
10 lines
180 B
HTML
<template name="baseDiv">
|
|
<div
|
|
id="{{this.id}}"
|
|
class="{{this.class}}"
|
|
{{this.tagAttributes}}
|
|
>
|
|
{{>UI.contentBlock}}
|
|
</div>
|
|
</template>
|