I'm a beginner trying to learn AEM.I've a Map from which I'm able to retrieve "Key" but not able to retrieve
"Value" in Sightly.If is used it displays the "Key",
but not displaying "Value".Example :car class Key: ${var.xyz}
Value:${test.getVehFeatures[var].name}getVehFeatures is of
type MapIf is
used, it doesn't display anything. Please suggest an approach for this
in Sightly.Thanks,Karthik