Click to insert variable:
{{user.profile.firstName}}
{{user.profile.lastName}}
{{user.fullName}}
{{user.email}}
{{tenant.name}}
{{campaign.name}}
{{campaign.subject}}
{{{unsubscribeUrl}}}
{{{preferencesUrl}}}
{{{viewInBrowserUrl}}}
{{currentYear}}
Conditionals (Handlebars):
{{#if ...}}...{{/if}}
{{#unless ...}}