Une erreur s'est produite lors du traitement du gabarit.
Template inclusion failed (for parameter value "_TEMPLATE_CONTEXT_/20097/52006/35321/NAVIGATION-MACRO-FTL"):
Unable to find FreeMarker template with ID _TEMPLATE_CONTEXT_/20097/52006/35321/NAVIGATION-MACRO-FTL

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #include "${templatesPath}/NAVIGATION...  [in template "20097#20123#37341" at line 1, column 1]
----
1<#include "${templatesPath}/NAVIGATION-MACRO-FTL" /> 
2 
3<#if !entries?has_content> 
4	<#if themeDisplay.isSignedIn()> 
5		<div class="alert alert-info"> 
6			<@liferay.language key="there-are-no-menu-items-to-display" /> 
7		</div> 
8	</#if> 
9<#else> 
10	<div aria-label="<@liferay.language key="site-pages" />" class="list-menu"> 
11		<@buildNavigation 
12			branchNavItems=branchNavItems 
13			cssClass="layouts" 
14			displayDepth=displayDepth 
15			includeAllChildNavItems=true 
16			navItemLevel=1 
17			navItems=entries 
18		/> 
19	</div> 
20</#if>