{% extends "base.html" %} {% block content %}
当前上下文
Box {{ item.box.name }}
容器型 Item {{ item.name }}
SubItem {{ "创建最后一级内容" if not subitem else "编辑最后一级内容" }}
{% if subitem and subitem.image_blob %}

当前图片:

{{ subitem.name }}
{% endif %}
{% if not subitem %} {% endif %}
{% endblock %}