{% extends 'layout.html' %} {% load fr_display %} {% block content %}

{{ author.display_name }}

{% if author.bio %}

{{ author.bio }}

{% endif %}

Books by {{ author.display_name }}

{% include 'snippets/book_tiles.html' with books=books %}
{% endblock %}