{% include 'header.html' %}
{% if page_data.featured_book %} {% include '_author-featured-book.html' with {'is_hero': true} %} {% endif %}

Books by {{page_data.author_info.author_name}}

{% for book in page_data.author_books %}

{{ book.book_title }}

{{ book.book_subtitle }}

{{ page_data.author_info.author_name }}

{% if book.book_featured_pullquote %}

{{ book.book_featured_pullquote }}

{% endif %}

Released: {{ book.release_date | date("M d, Y") }}

{% if not loop.last %}
{% endif %} {% endfor %}
{% if page_data.newsletter_choice == "substack" %} {% include '_signup-form-substack.html' %} {% else %} {% include '_signup-form-inline.html' %} {% endif %} {% if page_data.author_news %} {% include '_author-news.html' %} {% endif %}
{% include 'footer.html' %}