Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

SINCE 7.1.0.5

No more duplicate template fragments, Email This Issue now can render templates within templates in a very simple way.

To include a template by its name, add this to your template: 

#renderTemplate("MySignatureTemplate")

To include a template by its ID, add this to your template: 

#renderTemplate(123)

Recursive inclusion of templates are handled and prevented.

  • No labels