This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/styleguide/assets/javascripts/discourse/templates/components/styleguide-section.hbs
Peter Wagenet 371bbadb92
No implicit this codemod (#17235)
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00

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>