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

{{ book.owner.username }}

{{ book.label }}

{% include 'book/components/settings_btn.html' %}
{% endblock %} {% block scripts %} {% endblock %}