{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - {{ title }}
{% include "partial/_navbar.html" %}
{{ title }}
    {% for collection in collections %}
  • {{ collection.title }} {{ collection.edited_time }} {% if collection.visibility > 0 %} {% endif %}
  • {% empty %}
    {% trans '无结果' %}
    {% endfor %}
{% include "partial/_footer.html" %}