Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
210 B
Handlebars
Raw Normal View History

{{#unless this.editingTheme}}
<ThemesList @themes={{this.fullThemes}} @components={{this.childThemes}} @currentTab={{this.currentTab}} @installModal={{route-action "installModal"}} />
{{/unless}}
2019-02-08 11:38:15 +01:00
{{outlet}}