1
0
Fork 0

Tags and tables

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

View file

@ -1,9 +1,9 @@
{% extends 'layout.html' %}
{% block content %}
<div id="content">
<div class="block">
<div>
<h2>{% include 'snippets/username.html' with user=user %} > {{ shelf.name }}</h2>
<h2 class="title">{% include 'snippets/username.html' with user=user %} > {{ shelf.name }}</h2>
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
</div>
</div>