2012-06-04 21:36:04 +00: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>
|
2012-06-05 21:34:06 +00:00
|
|
|
${.globals[variableName]}
|
2012-06-04 21:36:04 +00:00
|
|
|
<#else>
|
2013-05-20 15:36:37 -04:00
|
|
|
${i18n().no_html_specified}
|
2012-06-04 21:36:04 +00:00
|
|
|
</#if>
|
|
|
|
|
|
|
|
|