Craft Globals

To use globals in Sprout Email you will need to use the craft.globals.getSetByHandle tag.

{% set globalSet = craft.globals.getSetByHandle('globalSetHandle') %}

{{ globalSet.yourGlobal }}
Last Updated: 11/23/2023, 10:32:53 PM