vitro/webapp/web/templates/freemarker/body/menupage/menupage--defaultFixedHtml.ftl

16 lines
328 B
Text
Raw Normal View History

2013-07-18 15:19:53 -04:00
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#--Save to variable indicated in generator -->
<#assign htmlExists = false/>
<#if variableName?has_content>
<#assign htmlExists = true />
</#if>
<#if htmlExists>
${.globals[variableName]}
<#else>
${i18n().no_html_specified}
</#if>