{% include 'header.html' %}
{% if (page_data.featured_event != NULL) %} {% endif %}

UPCOMING EVENTS

{% for event in page_data.author_events %}

{{ event.author_event_title }}

{{ page_data.featured_event.author_event_start_date| date("M d, Y") }} - {{ page_data.featured_event.author_event_start_time }} - {{ page_data.featured_event.author_event_location_name }}

{{ page_data.featured_event.clean_description }}

{% endfor %}
{% if page_data.featured_book %} {% include '_author-featured-book.html' with {'is_hero': false} %} {% endif %} {% 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' %}