{% extends "base.html" %} {% block title %}Authors — {{ SITENAME | forceescape }}{% endblock title %} {% block content_header %}

Authors

{% endblock content_header %} {% block content %} {% if authors %}{% else %}

No authors are available.

{% endif %} {% endblock content %}