The Titania Tag Library
Titania Delivery provides a custom tag library that allows for accessing powerful
features of Titania Delivery and easier customization of Portal Themes.
The tag library can be included on any page via <#assign
td=JspTaglibs['http://www.titaniasoftware.com/harp/taglib']/>
. The
td
identifier can be replaced with any valid name. This directive must be
included on every top-level template file that uses the tag library, and is not supplied
to
pages by the infrastructure. Once included on the page, custom tags can be accessed
with
<@td.tagName atts... />
.