{% extends 'atlas/base.html' %} {% block content %} {% for author in authors %}

Author: {{author.username}},

{% endfor %} {% endblock %}