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

Author: {{author.username}},

{% endfor %} {% endblock %}