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

Author: {{author.username}},

{% endfor %} {% endblock %}