Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed as per comment on theme page

...

Change to the Velocity Engine

Code Block
<saf<s:set name="templateSuffix" value="'vm'" />

Change to the JSP engine

Code Block
<saf<s:set name="templateSuffix" value="'jsp'" />

Change to the FreeMarker engine

(star) Freemarker is the default templating engine

Code Block
<saf<s:set name="templateSuffix" value="'ftk'" />

...

See also Template Loading.