{% if 'place' in article and article.place %}{{ article.place[0].name }}: {% endif %}{{ article.headline | safe }}
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 %}
{% if article.abstract is defined %}{{ article.abstract | safe}}{% endif %}
{% if article.byline is defined %}
{{ article.byline }}{% endif %}
{{article.body_html | safe}}
{{ article.source }} {{ article.sign_off}}
{% if article.body_footer is defined and article.body_footer %}
{{ article.body_footer | safe}}{% endif %}