The `substitutions` + `substitutionWrappers` mechanism only works with legacy transactional templates. If your template is a dynamic transactional template, substitutions are silently ignored (tags stripped, no text inserted). Fix: switch to `dynamic_template_data` for dynamic templates: ```js const…
The `substitutions` + `substitutionWrappers` mechanism only works with legacy transactional templates. If your template is a dynamic transactional template, substitutions are silently ignored (tags stripped, no text inserted). Fix: switch to `dynamic_template_data` for dynamic templates: ```js const…