{% extends 'base.html' %} {% block title %}Prompt Manager{% endblock %} {% block content %}

{{ active_tag or ('Templates' if request.endpoint == 'public.templates_index' else 'Collection') }}

{{ pagination.total }} pieces of art

{% if active_tag %} {% endif %}
{% if pagination.pages > 1 %}
{% endif %}
标签筛选
全部作品 {% for tag in all_tags %} {{ tag.name }} {% endfor %}
{% endblock %}