{% 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 %}
{{ collection.label }}
55
55
This is about {{book.label}}