{% 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}} {{ article.anpa_take_key }}
{% if article.ednote is defined %}
{{ 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 %}
{{ article.body_footer | safe}}{% endif %}