How can I print or iterate over all the variables available in the context from the template code?
I know about {% debug %}
but it contains too much information. I'd just like to print variable names available in the current context.
Is there a way to do this without writing custom tag?