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

当前图片:

{{ box.name }}
{% endif %}
{% endblock %}