Home > FAQs > Can I change templateSuffix on a per-page basis

The templateSuffix variable controls which templating engine is used to render a page. To change the engine for a particular page, change the value of the templateSuffix variable.

Change to the Velocity Engine

Change to the JSP engine

Change to the FreeMarker engine

(star) Freemarker is the default templating engine


See also Template Loading.