☾
{# Article header #}
{{ title }}
{{ metadata }}
{% if url %}
{{ labels.source }}:
{{ url }}
{% endif %}
{# Abstract #} {% if summary %}
Abstract
{{ summary }}
{% endif %} {# Navigation #}
{% if clusters %}
{{ labels.nav_topics }}
{% endif %} {% if chunks %}
{{ labels.nav_chunks }}
{% endif %} {% if entities_display %}
{{ labels.nav_entities }}
{% endif %}
{# 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 #}