Documentation Index
Fetch the complete documentation index at: https://www.courier.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What are Brand Snippets?
Snippets are reusable pieces of Handlebars code that you can include in your email templates. Use snippets for content that appears across multiple templates, like:- Standard legal disclaimers or footer text
- Social media links
- Promotional banners or CTAs
- Support contact information

Creating a Brand Snippet
To create a Snippet:- Navigate to the Brands tab in Courier
- Select the brand you want to add the snippet to
- Click the Snippets tab
- Click Add Snippet
- Give your snippet a name (this is how you’ll reference it in templates)
- Add your Handlebars content
Using Brand Snippets in Templates
Reference snippets in a Template Block using Handlebars partial syntax:legal_footer:


Customizing Snippets with Variables
Snippets can include variables that get populated from data passed in the Send API call. Use standard Handlebars variable syntax within your snippet:profile, data, and brand variables.

Snippet Inheritance from the Default Brand
Custom brands extend the default brand’s snippets. This means:- Snippets defined in the default brand are automatically available in all custom brands
- If a custom brand defines a snippet with the same name, it overrides the default brand’s snippet
- Custom brands can have their own additional snippets alongside inherited ones
- Default brand has snippets:
footer,social_links,legal_text - Custom brand “Acme” has snippet:
footer(custom version) - When using Acme brand:
footeruses Acme’s version,social_linksandlegal_textuse the default brand’s versions
- Define common snippets once in the default brand
- Override specific snippets per brand when needed
- Avoid duplicating content across brands
Related Resources
Brands Overview
Learn how to configure and use brands
Handlebars Helpers
Formatting and logic helpers for snippets