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

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

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