{{ result.title or result.path or result.library_id or 'Document result' }}
{{ (result.content or '')[:500] }}{% if (result.content or '')|length > 500 %}...{% endif %}
Library: {{ result.library_id or 'unknown' }} {% if result.score is defined %} | Score: {{ '%.3f'|format(result.score) }}{% endif %}
{% if result.library_id %} View library documents {% endif %}