{# almost every view needs to know the user shelves #}
{% with request.user.shelf_set.all as user_shelves %}
{% block content %}
{% endblock %}
{% endwith %}
{% load layout %} {% load i18n %} {% load static %} {% load sass_tags %}