rename to little-hesinde

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:31:27 +02:00
parent 155e09b159
commit fd7f551726
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
52 changed files with 54 additions and 47 deletions

View file

@ -0,0 +1,8 @@
{% extends "base" %}
{% block content %}
<div class="grid-container">
{% for book in books %}
{% include "book_card" %}
{% endfor %}
</div>
{% endblock content %}