{% for a in simultaneous_up %}
- {{ article(a) }}
{% endfor %}
{{ focused["title"] }}
Lien
Articles similaires
{% for s in similar %}
- {{ s[1] | round(3) }}
{% if s[0]["is_main"] %}
{{ article(s[0]) }}
{% else %}
{{ s[0]["title"] }}
{% endif %}
{% endfor %}
{% if after %}
{{ article(after) }} @ {{ after["timestamp_virtual"] }}
{% endif %}
{% if before %}
{{ article(before) }} @ {{ before["timestamp_virtual"] }}
{% endif %}
{% for a in simultaneous_down %}
- {{ article(a) }}
{% endfor %}