Dumping jinja2 context in {{ }}

I’d like to see what is available to reference in a jinja2 context. This could be useful when also using the System Log service to dump the data.

There is one way to do it by adding a get_context() helper to the jinja2 helpers:

…is there already a way to do this?