All Downloads are FREE. Search and download functionalities are using the official Maven repository.

WEB-INF.macro.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
<#macro ms_file jsonString>
    <#if jsonString?? && jsonString!='' && jsonString!='[]'>
        <@compress>
            ${jsonString?eval[0].path}
        
    


<#macro ms_len text len>
    <#if text?length lt (len+1)?number>
        ${text}
    <#else>
        ${text[0..len?number]}...
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy