Managing Static Files for a Portal
A Titania Delivery portal's purpose is to dynamically serve up content from Projects,
but every website has files related to the presentation, such as graphics, CSS files,
static
HTML pages, and other files. This is the purpose of the
/static
folder.The files in the /static
directory should not be referenced via static URL.
Instead, Titania Delivery provides the <@td.themeFileUrl> tag for generating
URLs for static file references.