Macros

The most basic way to use the data from your Sheet is through macros. Think of these as "short codes" to use the data from your sheet in your template content

Macros can be used anywhere throughout the Template (content, modules, title tags, meta tags)

There are a pre-defined list of macros and macros are automatically created for any Custom Fields that you add to your spreadsheet.

Built-in Macros

Custom Fields

Custom field macros are prefixed with "custom_", lowercased, and spaces are turned into underscores.

  • "Headline" => "${custom_headline}"

  • "Subheadline" => "${custom_subheadline}"

  • "Main Content" => "${custom_main_content}"

Last updated