mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
11 lines
206 B
Handlebars
11 lines
206 B
Handlebars
<div
|
|
class="notice {{@type}}"
|
|
...attributes
|
|
>
|
|
{{yield (hash
|
|
Header=(component 'anonymous' tagName="header")
|
|
Body=(component 'anonymous')
|
|
Footer=(component 'anonymous' tagName="footer")
|
|
)}}
|
|
</div>
|