{% if attribute_name %} {{ attribute }} {% else %}

{{ title }}

by {{ author.username|capfirst }}
{% for field in attribute_list %} {% autoescape off %} {{ field.value }} {% endautoescape %} {% endfor %}
{% endif %}