For the complete documentation index, see llms.txt. This page is also available as Markdown.

Variables

Variables will be made available in every script by using it's name.

In this example, the variable EventTitle can be access via the following snippet:

{{ "Event is: " + EventTitle }}

Last updated