Tags and tables

This commit is contained in:
Mouse Reeve
2020-09-29 14:11:55 -07:00
parent 37a0ec0ba3
commit 0bea615b82
8 changed files with 45 additions and 37 deletions

View File

@ -4,8 +4,8 @@
{% include 'user_header.html' with user=user %}
{% for shelf in shelves %}
<div class="content-container">
<h2>{{ shelf.name }}</h2>
<div class="block">
<h2 class="title">{{ shelf.name }}</h2>
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
</div>
{% endfor %}