{% if blog.category %}
{{ blog.category.title }}
{% endif %}
{% if blog.topic %}
|
{{ blog.topic.title }}
{% endif %}
{{ blog.title }}
{% for author in blog.authors.all %}
{% if author.image %}
{% else %}
{% endif %}
{% endfor %}
{{ author.name }}
{% if author.affilation %} {{ author.affilation }} {% else %} Contributor {% endif %}
{{ blog.published_time|date:"F j, Y" }}
{{ blog.read_time }} min read
{{ processed_content|safe }}
{{ footnotes_template|safe }}
About the Authors
{% for author in blog.authors.all %}
{% if author.image %}
{% else %}
{% endif %}
{% endfor %}
{{ author.name }}
{% if author.description %}{{ author.description }}
{% endif %} View all posts by {{ author.name }}