{% extends 'base.html' %} {% block title %}编辑作品 - Prompt Manager{% endblock %} {% block content %}

编辑作品

{% with mode='edit', image=img %} {% include 'components/_form_image.html' %} {% endwith %}
{% if config.USE_LOCAL_RESOURCES %} {% else %} {% endif %} {% endblock %}