{% set template = package('template').getPackageProperties(theme_name,false) %}
{% if template.editor|length == 0 %}
{{ message }}
{% else %} {{ component('editor::admin.editor.simple.menu',{ items: template.editor, theme_name: theme_name }) }} {% endif %}