{{ line|safe }}
{%- endif %} {%- endfor %}
From
{{ source_name }}
{{ article.title }}
{% if article.content_text %}
{% set lines = article.content_text.split('\n') -%}
{%- for line in lines %}
{%- if line|trim %}
{%- endif %}
← Back to articles
{% if article.archive_file_path %}
|
Archived HTML
{% endif %}