{% comment %} Page preview snippet displays page thumbnail and highlight text from keyword search. Used on both DigitizedWork list and detail views. Expected context variables: - item_id: source id for the work the page belongs to - page: page result with page.order attribute (page label/order, for determining thumbnail url) - highlights: dictionary of Solr highlighting results {% endcomment %} {% load ppa_tags %}
{{ snippet|solr_highlight }}
{% endfor %}