I don't want to iterate through the dictionary. I have a key, and simply want to return the value for that key if it exists.
I'm not getting any results.
users // a dictionary of user_ids and values
user.key // a user id.
{{ users.user.key }}
This displays nothing when I know the value for the key passed exists.