{% include 'cms/admin/menu.inc.html' with current_view='content' %}
- 内容管理 {% for i in column_select.breadcrumb %}
- {{i.name}} {% endfor %} {% if is_content_edit %}
- {% if content_id %} 编辑内容: {{content.title}} {% else %} 发布内容 {% endif %} {% endif %}
子栏目:
{% endif %}
{% if not is_content_edit %}
{% if can_create_content %}
{% else %}
-
{% for i in column_select.children %}
- {{i.name}} {% endfor %}