{% comment %}
The books-gallery template is used to display the gallery tab from the
book details view.
{% endcomment %}
{% load static %}
{% include "components/book-header.html" with book=instance hideLicense=True %}
{% include "components/book-license.html" with book=instance %}
{% include "components/navigation-tabs.html" with book=instance is_gallery=True %}
{# overview images #}
{% for canvas in book.overview_images %}
{% if forloop.first %}