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

templates.blossom.utils.sortable.ftl Maven / Gradle / Ivy

<#macro icon name order="">
	<#assign ASC="ASC"/>
	<#assign DESC="DESC"/>
	<#assign NONE=""/>
	
	<#if order == ASC>
		
	<#elseif order == DESC>
		
	<#else>
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy