{% extends "base.html" %}
{% load cache i18n %}
+{% load thumbnail %}
{% load catalogue_tags pagination_tags %}
{% block titleextra %}{{ book.pretty_title }}{% endblock %}
+{% block ogimage %}{{ book.cover.url|build_absolute_uri:request }}{% endblock %}
{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}