{% if blog.topic %} {{ blog.topic }} {% endif %} {{ blog.category }} {{ blog.created_at|date:"M d, Y" }}

{{ blog.title }}

{% if blog.authors.all %} By {% for author in blog.authors.all %} {{ author.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% elif blog.author %} By {{ blog.author.name }} {% endif %}