{{ 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(', ') }}
{% 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 %} {% endif %} {% if entity.chunk_links %} {% endif %}
{% endfor %} {# Footer #} {# Scripts #}