{% 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 v2=1 %} {% include "_header.html" with current="discover" %}
{% for gallery in gallery_list %}
{{ gallery.title }}
{% endfor %}
{% if request.user.is_authenticated %}
{% trans '编辑布局' %}
{% csrf_token %}
{{ layout|json_script:"layout-data" }} {% endif %}
{% if request.user.is_authenticated %} {% include "_sidebar.html" with show_progress=1 %} {% else %} {% include "partial/_sidebar_anonymous.html" %} {% endif %}
{% include "partial/_footer.html" %}