Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Created January 19, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonglisson/878906841d036e68f637de611d2ad670 to your computer and use it in GitHub Desktop.
Save jasonglisson/878906841d036e68f637de611d2ad670 to your computer and use it in GitHub Desktop.
<ol>
{% for key, value in _context %}
<li>{{ key }}</li>
{% endfor %}
</ol>
Or you can use:
{{ dump(_context|keys) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment