{% load static %} {% load i18n %} {% block title %}{% endblock %} - {% if site_name != None and site_name != '' %}{{site_name}} {% else %}站点标题{% endif %} {% if editor_mode == 1 %} {% elif editor_mode == 2 %} {% endif %}
{% trans "MrDoc文档编辑器" %}
你正在:{{editor_type }}

{% block left_opera %} {% endblock %}
{% block content %} {% endblock %}
{% block custom_div %} {% endblock %} {% if editor_mode == 1 %} {% include 'app_doc/editor/tpl_editor_editormd.html' %} {% elif editor_mode == 2 %} {% include 'app_doc/editor/tpl_editor_vditor.html' %} {% elif editor_mode == 3 %} {% include 'app_doc/editor/tpl_editor_ice.html' %} {% endif %} {% block custom_script %} {% endblock %}