{% extends "base" %} {% block title %} {% if has_previous %} ← back {% endif %} {% if has_previous and has_more %}|{% endif%} {% if has_more %} more → {% endif %} {% endblock title %} {% block content %}
{% for author in authors %}
{{ author.name }}
{% endfor %}
{% endblock content %}