{{ title }}
{# Summary card #}
{% if summary %}
{{ summary }}
{% endif %}
{{ metadata }}
{% if url %}
{% endif %}
{# Navigation #}
{# Graph section #}
{{ labels.network_title }}
{# Topics (clusters) section #} {% if clusters %}
{{ labels.topics_title }}
{% for cluster in clusters %}
{{ cluster.topics | join(', ') }}
{% if cluster.description %} {{ cluster.description }} {% endif %}
{% if cluster.member_links %}
- {{ cluster.member_links | safe }}
{% endif %}
{% endfor %} {% endif %} {# Content (chunks) section #} {% if chunks %}
{{ labels.content_title }}
{% for chunk in chunks %}
{{ labels.show_original }}
{{ chunk.linkified | safe }}
{{ chunk.original | safe }}
{% endfor %} {% endif %} {# Entities section #} {% if entities_display %}
{{ labels.entities_title }}
{% for entity in entities_display %}
{{ entity.name }} {{ entity.type }}
{% 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 %} {% endif %} {# Footer #}
{# Scripts #}