
Email Client SupportHTML and CSS support varies by email client.
Handlebars Templating Language
The Template Block supports Handlebars. You can learn about the language syntax from the Handlebars Language Guide. Read more: Custom Courier Handlebars helpers.Styling with CSS and Handlebars
Combine CSS and Handlebars for dynamic styling:
Using Markdown in a Template Block
Render markdown between{{#markdown}} and {{/markdown}} within a template block.
Using Replacement Variables in Handlebars
Insert variables from your JSON event data:Inserting HTML from Variables
To render HTML stored in a variable, use triple curly braces:Using Brand Snippets
You can reference Brand Snippets in template blocks using Handlebars partial syntax. This is useful for shared components like footers, disclaimers, or promotional banners:Handlebars Helpers
Logic, string, math, and date helpers for templates
Variables
Insert dynamic data into template blocks
Brand Snippets
Reusable Handlebars components across brands
Content Block Basics
Adding, reordering, and filtering blocks