{% extends "base.html" %} {% block content %}
{% if author_results_header_html %} {{ author_results_header_html|safe }} {% else %}
{% endif %}
{% if author_results_html %} {{ author_results_html|safe }} {% else %}

Select an Author

Search and select an author from the sidebar to view their papers.

{% endif %}
Author Index
{% endblock %}