{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% if scope == 'all' %}
{% elif scope == 'favorite' %}
{% elif scope == 'collection' %}
我的集合
{{ collection_name }}
{% endif %}
正在加载...
{% endblock %} {% block extra_body %} {% endblock %}