{% set template = package('template').createPackage(theme_name) %} {% set file_path = template.getViewPath() %}
{% if demo_mode != true %} {% else %}
{{ labels.demo }}
{% endif %}
..{{ file_path|relativePath }}/{{ type }}/{{ file_name }}
{{ component('editor::admin.editor.file.code.form',{ theme: theme_name, file_name: file_name, mode: mode, type: type }) }}