{% if 'place' in article and article.place %}{{ article.place[0].name }}: {% endif %}{{ article.headline | striptags }}
Published At : {{ article.versioncreated | format_datetime(date_format='%c') }}
{{ article.slugline}} {% if article.anpa_take_key is defined and article.anpa_take_key %}{{ article.anpa_take_key }}{% endif %}
{% if article.ednote is defined and article.ednote %}{{ article.ednote | safe }}{% endif %}
----------------------------------------------------------
{{ article.abstract | striptags}}

{{ article.byline }}
{{article.body_html | default | get_text('html', lf_on_block=True)}}
{{ article.source }} {{ article.sign_off}}
{{ article.body_footer | striptags}}
