{% extends "catalogue/book_short.html" %} {% load inline_tag_list from catalogue_tags %} {% block right-column %}
{% for hit in hits %} {% if hit.snippet %} {% elif hit.fragment %} {% endif %} {% endfor %}
{% include 'catalogue/snippets/jplayer.html' %}
{% endblock %}