17 lines
259 B
Handlebars
17 lines
259 B
Handlebars
|
<div
|
||
|
class="informed-action"
|
||
|
...attributes
|
||
|
>
|
||
|
<div>
|
||
|
<header>
|
||
|
{{yield to="header"}}
|
||
|
</header>
|
||
|
{{yield to="body"}}
|
||
|
</div>
|
||
|
<ul>
|
||
|
{{yield (hash
|
||
|
Action=(component "anonymous" tagName="li")
|
||
|
)
|
||
|
to="actions"}}
|
||
|
</ul>
|
||
|
</div>
|