Get a value on a hash.

{{ my_hash.some_key }}
{{ my_hash['some_key'] }}

You canโ€™t use assign to set a value in an array.