{% extends "base.html" %} {% block css %} {% if settings.custom_css %} {% endif %} {% endblock %} {% block logo %} {% if sub_index %}

{% else %} {% endif %} {% endblock %} {% block content %}
{% for galleries_line in galleries|reverse|batch(3)|reverse %} {% if loop.index is divisibleby 3 or loop.index is divisibleby 2 %} {% set no_big_gallery_cover = true %} {% endif %}
{% for gallery in galleries_line|reverse %}{% endfor %}
{% endfor %}

.

{% if settings.settings.night_mode %} {% endif %} {% endblock %}