{{ title }}
{# Summary card #}
{% if summary %}
{{ summary }}
{% endif %}
{{ extracted_info }}
{% if url %}
{{ labels.source }}:
{{ url }}
{% endif %}
{# Navigation #}
‣
{{ labels.nav_chunks }}
‣
{{ labels.nav_topics }}
‣
{{ labels.nav_entities }}
{# Graph section #}
{{ labels.network_title }}
{# Topics (communities) section #}
{{ labels.topics_title }}
{% for community in communities %}
{{ community.topics | join(', ') }}
{% if community.description %}
{{ community.description }}
{% endif %} {% if community.member_links %}
{{ community.member_links | safe }}
{% endif %}
{% endfor %} {# Content (chunks) section #}
{{ labels.content_title }}
{% for chunk in chunks_display %}
{{ labels.show_original }}
{{ chunk.linkified | safe }}
{{ chunk.original }}
{% endfor %} {# Entities section #}
{{ labels.entities_title }}
{% for entity in entities_display %}
{{ entity.name }}
{% if entity.description %}
{{ entity.description }}
{% endif %} {% if entity.relations %}
{% for rel in entity.relations %}
{{ rel | safe }}
{% endfor %}
{% endif %} {% if entity.chunk_links %}
{{ labels.appears_in }}: {{ entity.chunk_links | safe }}
{% endif %}
{% endfor %} {# Footer #} {# Scripts #}