{{ title }}

{# Summary card #}
{% if summary %}

{{ summary }}

{% endif %}
{{ metadata }}
{% if url %}
{{ labels.source }}: {{ url }}
{% endif %}
{# Navigation #}
{% if chunks %}‣{{ labels.nav_chunks }} {% endif %} {% if clusters %}‣{{ labels.nav_topics }} {% endif %} {% if entities_display %}‣{{ labels.nav_entities }}{% endif %}
{# Graph section #}

{{ labels.network_title }}

{{ minimumDegree }}
Loading…
{# Topics (clusters) section #} {% if clusters %}

{{ labels.topics_title }}

{% for cluster in clusters %}
{{ cluster.topics | join(', ') }}
{% if cluster.description %} {{ cluster.description }} {% 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 %} {% endif %} {% if entity.chunk_links %} {% endif %}
{% endfor %} {% endif %} {# Footer #} {# Scripts #}