{% extends arches_layout %}
{% block main_content %}
{% include 'content/vue_components/emitter_utils.html' %}
{% include 'content/vue_components/root_folder.html' %}
{% include 'content/vue_components/folder.html' %}
{% include 'content/vue_components/file.html' %}
{% include 'content/vue_components/general_editor.html' %}
{% include 'content/vue_components/folder_editor.html' %}
{% include 'content/vue_components/text_editor.html' %}
{% include 'content/vue_components/binary_editor.html' %}
{% include 'content/vue_components/script_field.html' %}
{% include 'content/vue_components/ehtml_editor.html' %}
{% include 'content/vue_components/extended_attributes.html' %}
{% include 'content/vue_components/doc_text.html' %}
{% include 'content/vue_components/system_message.html' %}
{% include 'content/vue_components/confirm_dialog.html' %}
{% include 'content/vue_components/prompt.html' %}
{% trans %}Microsite Selector{% endtrans %}
{% if arches_nav_bean.is_authorized("/arches/content/microsite/api/microsite_list", "POST") %}
{% endif %}