DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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
Freemarker is the default templating engine
| Code Block |
|---|
<saf<s:set name="templateSuffix" value="'ftk'" /> |
...
See also Template Loading.