10 lines
156 B
Handlebars
10 lines
156 B
Handlebars
|
<div
|
||
|
class="notice {{@type}}"
|
||
|
...attributes
|
||
|
>
|
||
|
{{yield (hash
|
||
|
Header=(component 'anonymous' tagName="header")
|
||
|
Body=(component 'anonymous')
|
||
|
)}}
|
||
|
</div>
|