Inkcite 1.18.3

Include

Break complicated emails into smaller, reusable pieces

The {include} Helper allows you to include another file, sometimes referred to as a partial, in your email. The other file is injected directly into this email at the point of the include statement.

Usage

Example Inkcite markup:

 {include file="../../brand-header.html"}
 {include file="subscription-info.html"}

Attributes

file
The name of the file to include, relative to this email project.