{% set selected_theme = getOption('email.editor.current.theme') %}
{{ labels.theme }} {{ component('system:admin.templates.dropdown',{ selected: selected_theme, skip: ['system'] }) }}
{% if selected_theme is not empty %} {{ component('email::admin.editor.content',{ theme_name: selected_theme }) }} {% endif %}