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

template.message.ftl Maven / Gradle / Ivy

There is a newer version: 3.11.3
Show newest version
<#macro text name extra...>
  <#if (extra?size=0)>
    <@s.text name="${name}"/>
  <#elseif (extra?size=1)>
    <@s.text name="${name}">
      <@s.param>${extra['arg0']}
    
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy