{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% if scope == 'all' %}
{% elif scope == 'favorite' %} {% set saved_active = 'favorite' %} {% include '_saved_header.html' %} {% elif scope == 'collection' %}
{% if collection_preview_items %}
{% for preview in collection_preview_items %} {% endfor %}
{% else %}
{% endif %}

{{ collection_name }}

{{ collection_count }} 个媒体
{% if collection_description %}

{{ collection_description }}

{% endif %}
{% endif %}
正在加载...
{% endblock %} {% block extra_body %} {% endblock %}