Using Temporary Arrays | Working With Dynamic Variables in Antlers Runtime
The second technique uses the same principle as the scope tag technique, but we will be creating an array containing our lookup data manually: 1 {{ 2 alts = [ 3 ' alt_en ' => alt_en , 4 ' alt_es ' => alt_es , 5 ' alt_default ' => alt_default , 6 ]...