{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans 'Discover' %} {% include "common_libs.html" %} {% include "_header.html" %}
{% for gallery in gallery_list %}
{{ gallery.category.label }}
{% endfor %}
{% if request.user.is_authenticated %}
{% trans 'edit layout' %}
{% csrf_token %}
{{ layout|json_script:"layout-data" }} {% endif %}
{% if request.user.is_authenticated %} {% else %} {% include "_sidebar_anonymous.html" %} {% endif %}
{% include "_footer.html" %}