Skip to content

How to get the value of a variable from its dynamic name

<#assign my_variable = "my_value">  
${"my_variable"?eval}

=> will return my_value