I tried to define a map in a speed template using the following syntax. This did not work, does anyone know how to declare a constant value map in speed?
#set ($mymap = {"key" : "value" , "key2" : "value"})
EDIT: I am using speed version 1.6.3
source share