{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% if scope == 'all' and library_view == 'timeline' %}

PRIVATE ARCHIVE

时间里的影像

沿着月份,重新遇见那些被留在本地的片刻。

按媒体时间
{% elif scope == 'all' and library_view == 'month' %}
时间线

MONTH ARCHIVE

{{ timeline_month }}

{% elif scope == 'all' %}

DISCOVER

探索媒体库

{% 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 %} {% if not (scope == 'all' and library_view == 'timeline') %}
{% endif %}
正在加载...
{% endblock %} {% block extra_body %} {% if scope == 'all' and library_view == 'timeline' %} {% else %} {% endif %} {% endblock %}