don't ignore the gallery template
This commit is contained in:
12
templates/gallery.html
Normal file
12
templates/gallery.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="album py-5 bg-body-tertiary">
|
||||
<div class="container">
|
||||
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
|
||||
|
||||
{% for gallary in gallery_items %}
|
||||
{% include 'card.html' %}
|
||||
{# include 'card_loading.html' #}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user