I have a hash map as below
HashMap map = new HashMap(); map.put(\"one\", \"1\"); map.put(\"two\", \"2\"); map.put
Since 2.3.25, you can do this:
<#list hello as key, value> ${key} = ${value} #list>