prettify
This commit is contained in:
parent
ead3672570
commit
6d949bb21e
10 changed files with 74 additions and 18 deletions
8
rusty-library/templates/books.html
Normal file
8
rusty-library/templates/books.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends "base" %}
|
||||
{% block content %}
|
||||
<div class="grid-container">
|
||||
{% for book in books %}
|
||||
{% include "book_card" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue