This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#-- | |
portletPreferences: Represents the preferences of the application that are used to display content | |
through this template. Use the map API of the selected template language to get the values of the | |
preferences. | |
--> | |
<#if portletPreferences?has_content> | |
<h1>Portlet Preferences</h1> | |
<ul> |