Adding data to your template
Thomas van Beek avatar
Written by Thomas van Beek
Updated over a week ago

You can add certain data that's linked to your template through our liquid option. For example, both templates can access event data, event data contains a value called title that can be used to output the title of an event.

To output a data point on the page, wrap them in {{ and }}, as shown below:

{{ event.title }}

All available data points available in your template can be seen on the right sidebar of your template builder.

Did this answer your question?