{% extends 'base.html' %} {% set show_create_collection = True %} {% include 'book/add_collection_modal.html' %} {% block right_sidebar %} {% include 'book/right_sidebar.html' %} {% endblock %} {% block content %}

{{ book.owner.username }}

{{ book.label }}

{% endblock %} {% block scripts %} {% endblock %}