Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The dynamic content like store name or customer name is represented as a variable with double or triple mustaches. The output of "double-mustache" variables are HTML escaped by default. If you want to return parsed HTML, use the triple mustache {{{name}}}

Info

The variables added to the template have to be defined in PHP code which collects and prepares data.