<%-- Assumes that a variable called 'wiki' exists --%>

<%=wiki.getApplicationName()%>

<%!static String LEFTMENU_NAME = "LeftMenu";%>

<% if( wiki.pageExists( LEFTMENU_NAME ) ) { out.println( wiki.getHTML(LEFTMENU_NAME) ); } else { %>


No LeftMenu!
Please make one.


<% } %>