{{ doc.title or doc.filename }}
{% if chunks %}
{% for chunk in chunks %}
{% elif doc.full_text %}
{% if chunk.title %}
{% endfor %}
{{ chunk.title }}
{% endif %}{{ chunk.content|safe }}
{{ doc.full_text[:5000] }}{% if doc.full_text|length > 5000 %}…{% endif %}
{% endif %}