{# Article header #}

{{ title }}

{{ metadata }}
{% if url %} {% endif %}
{# Abstract #} {% if summary %}
Abstract

{{ summary }}

{% endif %} {# Navigation #}
{# 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 %} {% 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 #}