Titania Delivery determines whether mapViewer.ftl
or
viewer.ftl
will be rendered depending on the content.
Example Usage:
Assuming that a variable to a called
${doc}
is available on the current page:
<@td.viewerUrl var="url" searchResult=doc />
.
.
.
<a href=${url}>Document</a>