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

langs.html5ftl.conditionalBlock.vm Maven / Gradle / Ivy

The newest version!
#set ($ifStart = "<#if")
#set ($ifEnd = "")
#set ($else = "<#else>")
$ifStart ${item.condition}>
#if ($condition.ifBlock)
    ${language.translateItem($condition.ifBlock)}
#end
#if ($condition.elseBlock)
$else
    ${language.translateItem($condition.elseBlock)}
#end
$ifEnd




© 2015 - 2024 Weber Informatics LLC | Privacy Policy