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
2022-12-28 13:11:12 +00:00

11 lines
200 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>