{{i18n 'admin.customize.css_html.long_title'}}

{{#if selectedItem}}
{{text-field class="style-name" value=selectedItem.name}}
{{#if view.stylesheetActive}}{{ace-editor content=selectedItem.stylesheet mode="scss"}}{{/if}} {{#if view.headerActive}}{{ace-editor content=selectedItem.header mode="html"}}{{/if}} {{#if view.topActive}}{{ace-editor content=selectedItem.top mode="html"}}{{/if}} {{#if view.footerActive}}{{ace-editor content=selectedItem.footer mode="html"}}{{/if}} {{#if view.headTagActive}}{{ace-editor content=selectedItem.head_tag mode="html"}}{{/if}} {{#if view.bodyTagActive}}{{ace-editor content=selectedItem.body_tag mode="html"}}{{/if}} {{#if view.mobileStylesheetActive}}{{ace-editor content=selectedItem.mobile_stylesheet mode="scss"}}{{/if}} {{#if view.mobileHeaderActive}}{{ace-editor content=selectedItem.mobile_header mode="html"}}{{/if}} {{#if view.mobileTopActive}}{{ace-editor content=selectedItem.mobile_top mode="html"}}{{/if}} {{#if view.mobileFooterActive}}{{ace-editor content=selectedItem.mobile_footer mode="html"}}{{/if}}
{{else}}

{{i18n 'admin.customize.about'}}

{{/if}}