This commit is contained in:
Sebastian Hugentobler 2024-05-06 10:55:18 +02:00
parent 5e9f49311e
commit 352d4e0a7a
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
22 changed files with 69 additions and 22 deletions

View file

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