{% if article.article_kind == 'original' %}
{{ article.content|linebreaks }}
{% else %}
{{ article.content|linebreaks }} {% if article.external_url %}

Source note: This item was imported from an RSS feed and lightly summarized for scanning. Use the source link above for the full article.

{% endif %}
{% endif %}