{% extends "base.html" %} {% block content %}

List of Authors

{% if authors %} {% for a in authors %} {{ a.name }}
{% endfor %} {% else %} No authors signed up. {% endif %} {% endblock %}