Freemarker Extensions
Titania Delivery provides a number of custom Freemarker directives and functions in
addition to the main Tag Library.
In this section:
- Layout TemplatesThe Layout Template directives allow Freemarker template authors to manage common layouts referenced by multiple pages.
- Utility FunctionsTitania Delivery provides a number of utility functions for use by Freemarker templates.
- Server-Side Javascript in Freemarker TemplatesTitania Delivery provides a number of directives for evaluating Javascript on the server as part of rendering.
- Debugging FreemarkerThe Freemarker language provides a number of useful debugging tools. Titania Delivery adds to these with a number of mechanisms for analyzing and debugging the behavior of your templates.
Previous topic: Translation Support
Next topic: Template Variable Types
Parent topic: Page Templates