{% extends 'layout.html' %} {% block content %}

{% include 'snippets/username.html' %} > {{ shelf.name }}

{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
{% endblock %}