411fb2e25c
* Modify templates with codemods angle brackets * ui: Fix up problem with intention filter action attribute Co-authored-by: Kenia <19161242+kaxcode@users.noreply.github.com>
8 lines
229 B
Handlebars
8 lines
229 B
Handlebars
{{! TODO: this component and its parent should be moved to a single component }}
|
|
{{yield}}
|
|
<div>
|
|
<header>
|
|
<YieldSlot @name="header">{{yield}}</YieldSlot>
|
|
</header>
|
|
<YieldSlot @name="content">{{yield}}</YieldSlot>
|
|
</div> |