{% load betty %} {% block article_style %} {% endblock article_style %}

{{ content.title|safe }}

{% if content.subhead %}

{{ content.subhead|safe }}

{% endif %}

{{ content.feature_type.name|upper }}

{% block address %} {% for author in content.authors.all %} {{ author.first_name }} {{ author.last_name }} {% endfor %} {% endblock address %}
{% block cover %} {% endblock cover %}
{% block article_content %} {{ transformed_body|safe }} {% endblock article_content %}
{% block article_footer %} {% endblock article_footer %}