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

当前图片:

{{ item.name }}
{% endif %}
{% endblock %}