">
<#if show_site_name>
">
${site_name}
#if>
${the_title}
<#if !is_signed_in>
${sign_in_text}
#if>
<#if has_navigation || is_signed_in>
<#include "${full_templates_path}/navigation.ftl" />
#if>
<#if selectable>
${theme.include(content_include)}
<#else>
${portletDisplay.recycle()}
${portletDisplay.setTitle(the_title)}
${theme.wrapPortlet("portlet.ftl", content_include)}
#if>
${theme.include(body_bottom_include)}
${theme.include(bottom_include)}