WIP: 2024-refactor #1

Draft
c0de wants to merge 52 commits from 2024-refactor into master
Showing only changes of commit 25a86c634c - Show all commits

View File

@ -2,7 +2,7 @@
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
{% for gallery in gallery_items %}
{% for this in gallery_items %}
{% include 'card.html' %}
{# include 'card_loading.html' #}
{% endfor %}