03-08-2011 04:48 PM
<#list section.sections as section>
<#if ! section.excludeFromNav>
<li><a href="${url.context}${section.path}"><#if section.title?? && section.title?length gt 0>${section.title}<#else>${section.name}</#if></a>
</li>
</#if>
</#list>
While this works when on a root level for the section, it does not work when you are in a nested section because it us looking for another set of nested sections. Is there a way in the Freemarker list tag to reference the parent section or reference a specific section by name or level (in a nested sence)? The only two references I know of are webSite.sections for the root folders and section.sections for the current section.
03-09-2011 04:23 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.