Skip to documentation content

Upcoming Events Page

All complete examples

Demonstrate Upcoming Events Page.

What this example teaches

  • Compose Upcoming Events Page from reusable section and theme templates
  • Keep the page template thin by including shared partials
  • Keep custom fields on the template that owns them

View this pattern on the live demo site

Files

Upcoming events page wrapping the events list section.

Liquid
{% comment %}
	Page layout for listing upcoming events.
{% endcomment -%}
{%- include "/_header.liquid" -%}
{%- include "/sections/_generic_banner.liquid" -%}
{%- include "/sections/_breadcrumbs.liquid" -%}
{%- include "/sections/_upcoming_events.liquid" -%}
{%- include "/sections/_simple_cta.liquid" -%}
{%- include "/_footer.liquid" -%}