Skip to documentation content

Calendar Page (using Fullcalendar)

All complete examples

Demonstrate Calendar Page (using Fullcalendar).

What this example teaches

  • Compose Calendar Page (using Fullcalendar) 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

Event calendar page wrapping the FullCalendar section.

Liquid
{% comment %}
	Display a calendar page using FullCalendar.
{% endcomment -%}
{%- include "/_header.liquid" -%}
{%- include "/sections/_breadcrumbs.liquid" -%}
{%- include "/sections/_fullcalendar.liquid" -%}
{%- include "/sections/_simple_cta.liquid" -%}
{%- include "/_footer.liquid" -%}