{{text-field class="style-name" value=model.name}} {{fa-icon "download"}} {{i18n 'admin.export_json.button_text'}}
{{#if cssActive}}{{ace-editor content=model.stylesheet mode="scss"}}{{/if}} {{#if headerActive}}{{ace-editor content=model.header mode="html"}}{{/if}} {{#if topActive}}{{ace-editor content=model.top mode="html"}}{{/if}} {{#if footerActive}}{{ace-editor content=model.footer mode="html"}}{{/if}} {{#if headTagActive}}{{ace-editor content=model.head_tag mode="html"}}{{/if}} {{#if bodyTagActive}}{{ace-editor content=model.body_tag mode="html"}}{{/if}} {{#if embeddedCssActive}}{{ace-editor content=model.embedded_css mode="css"}}{{/if}} {{#if mobileCssActive}}{{ace-editor content=model.mobile_stylesheet mode="scss"}}{{/if}} {{#if mobileHeaderActive}}{{ace-editor content=model.mobile_header mode="html"}}{{/if}} {{#if mobileTopActive}}{{ace-editor content=model.mobile_top mode="html"}}{{/if}} {{#if mobileFooterActive}}{{ace-editor content=model.mobile_footer mode="html"}}{{/if}}