{% extends 'base.html' %} {% block main %}
{% for hit in results %}
{% if hit.bf_hasInstance[0].bf_coverArt %}{{ hit.bf_hasInstance[0].bf_coverArt.value }} {% endif %}
{{ hit.value }}

{% if hit.bf_contribution %} {% for contributor in hit.bf_contribution %} {{ contributor[0].value }} {% endfor %} {% endif %}

{% endfor %}
{% endblock %} {% block more_js %} {% endblock %}