* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
12 lines
201 B
Handlebars
12 lines
201 B
Handlebars
<h1 class="section-title">
|
|
{{#if this.section}}
|
|
{{section-title this.section.id}}
|
|
{{else}}
|
|
{{i18n this.title}}
|
|
{{/if}}
|
|
</h1>
|
|
|
|
<div class="styleguide-section-contents">
|
|
{{yield}}
|
|
</div>
|