Skip to content

event

The event template renders the event page, which contains an event’s content and media.

The event template is located in the templates directory of the theme:

└── theme
├── layout
├── templates
| ...
| ├── event.liquid
| ...
...

You can access the Liquid event object to display the event details.