{% extends "base.html" %} {% block content %}
{% if subitem and subitem.image_blob %}

当前图片:

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