templatetags.dict_key_extras

Template tag to access a dictionary’s key

templatetags.dict_key_extras.get(d, k)

Get the value of the dictionary d with the key k. :param d: dictionary :param k: key

Returns: the value