mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
12 lines
249 B
Handlebars
12 lines
249 B
Handlebars
|
<div
|
||
|
id="{{this.tabId}}-panel"
|
||
|
role="tabpanel"
|
||
|
tabindex="0"
|
||
|
aria-labelledby="{{this.tabId}}"
|
||
|
class="tab-panel {{if this.isSelectedTab "tab-panel-selected" }}"
|
||
|
>
|
||
|
{{#if this.isSelectedTab}}
|
||
|
{{yield}}
|
||
|
{{/if}}
|
||
|
</div>
|