locomotivecms / steam

The rendering stack used by both Wagon and Station (new name of the engine). It includes the rack stack and the liquid drops/filters/tags.
MIT License
38 stars 59 forks source link

Snippets don't work in auth sign_up and auth forgot_password email templates #218

Open greyskin opened 1 year ago

greyskin commented 1 year ago

If a snippet is included in either the auth sign_up confirmation email template or auth password reset email template, triggering an email via either of the relevant forms results in the following error:

Liquid error (line 1): This liquid context does not allow includes.

Is this expected behaviour? We use snippets in our email templates for email sent via the Actions API without issue. Is this specific to the auth email templates?