11 lines
240 B
Handlebars
Raw Normal View History

{{#unless editingTheme}}
2019-02-08 11:38:15 +01:00
{{themes-list
themes=fullThemes
components=childThemes
currentTab=currentTab
showCreateModal=(route-action "showCreateModal")
importModal=(route-action "importModal")}}
{{/unless}}
2019-02-08 11:38:15 +01:00
{{outlet}}