What Is Freemarker?
Titania Delivery utilizes a template engine called Freemarker to render a Portal's
pages.
Freemarker is a text templating engine. It provides looping and branching constructs as well a library of powerful functions (built-ins), directives, and expressions that allow for creating reusable templates which generate HTML or any other textual content. Freemarker pages are defined by templates and data-models. Data-models are the data provided to templates. Titania Delivery provides each template with a data-model, and the template designer can use that model to render and display appropriate information. Freemarker files have a .ftl file extension.