bittersweet.templatetags.bittersweet_context_utils module¶
Utilities for manipulating the current template context
Filter to return a dictionary value by name
Returns
Noneif the key does not exist so either check or use|default_if_noneUsage:
{{ my_dict|get_key:"the key I want" }}