Is there a way to have a template emit the entire current pongo2 context map as input to a filter? i.e. I'd like to be able to `{{ context | to_json }}` or something in my templates for debugging?
Is there a way to have a template emit the entire current pongo2 context map as input to a filter?
i.e. I'd like to be able to
{{ context | to_json }}or something in my templates for debugging?