moviewyrm/fedireads/templates/shelf.html
Mouse Reeve 6c629be667 Adds shelf page
Works on #25
2020-02-21 16:03:05 -08:00

11 lines
263 B
HTML

{% extends 'layout.html' %}
{% block content %}
<div id="content">
<div>
<h2>{% include 'snippets/username.html' %} > {{ shelf.name }}</h2>
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
</div>
</div>
{% endblock %}