{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - {% trans '发现' %} {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" with current="discover" %}
{% for gallery in gallery_list %}
{{ gallery.title }}
{% endfor %}
{% if user == request.user %}
{% trans '编辑布局' %}
{% csrf_token %}
{% endif %} {{ layout|json_script:"layout-data" }}
{% include "partial/_sidebar.html" %}
{% include "partial/_footer.html" %}
{% if request.user.unread_announcements %} {% include "partial/_announcement.html" %} {% endif %}