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

{{book.label}}

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