<@td.assemblies>
Example Usage:
It is advised to check for the presence of the Assemblies Feature and ensure that a PortalUser is logged in before using this tag. Failing to do so will result in errors.
<#if portal.enabledFeatures?seq_contains['customAssemblies'] && user??> <@td.assemblies var="assemblies" /> . . . <#if assemblies?size > 0> <#list assemblies as assembly> <a href=<@td.assemblyViewerUrl assembly=assembly/>${assembly.name?html}</a> </#list> </#if> </#if>