Score: {{ "%.4f"|format(r.score) }}
{% if r.doc_title %}
{{ r.doc_title }}
{% endif %}
{% for src in r.match_sources %}
{{ src }}
{% endfor %}
{% if r.page_start is not none %}
p. {{ r.page_start }}{% if r.page_end and r.page_end != r.page_start %}–{{ r.page_end }}{% endif %}
{% endif %}
{% if r.chapter or r.section %}
{% if r.chapter %}{{ r.chapter }}{% endif %}
{% if r.chapter and r.section %} › {% endif %}
{% if r.section %}{{ r.section }}{% endif %}
{% endif %}
{{ r.content[:500] }}{% if r.content|length > 500 %}...{% endif %}
{% if r.summary %}
{{ r.summary }}
{% endif %}