templatetags.dict_key_extras¶
Template tag to access a dictionary’s key
Get the value of the dictionary d with the key k. :param d: dictionary :param k: key
Returns: the value
Template tag to access a dictionary’s key
Get the value of the dictionary d with the key k. :param d: dictionary :param k: key
Returns: the value