<#assign portlet_display = portletDisplay />
<#assign portlet_id = htmlUtil.escapeAttribute(portlet_display.getId()) />
<#assign portlet_title = portlet_display.getTitle() />
<#assign portlet_back_url = htmlUtil.escapeAttribute(portlet_display.getURLBack()) />
<section class="portlet" id="portlet_${portlet_id}">
<header class="portlet-topper">
<h1 class="portlet-title">
${theme.iconPortlet()} <span class="portlet-title-text">${portlet_title}</span>
<menu class="portlet-topper-toolbar" id="portlet-topper-toolbar_${portlet_id}" type
="toolbar">
<#if portlet_display.isShowBackIcon()>
<a href="${portlet_back_url}" class="portlet-icon-back"><@liferay.language key
="return-to-full-page" /></a>
${theme.iconOptions()} ${theme.iconMinimize()}
${theme.iconMaximize()} ${theme.iconClose()} </#if>
<div class="portlet-content">
${portlet_display.writeContent(writer)} </div>