{% extends 'layout.html' %} {% load fr_display %} {% block content %} {% include 'snippets/user_header.html' with user=user %}
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
{% endblock %}