Skip to content

Instantly share code, notes, and snippets.

@bySebastian
Created November 29, 2017 10:04
Show Gist options
  • Save bySebastian/a6f4a2a9184893b529ca58198f682a78 to your computer and use it in GitHub Desktop.
Save bySebastian/a6f4a2a9184893b529ca58198f682a78 to your computer and use it in GitHub Desktop.
[available variables] Dump available variables #drupal
# To dump only the available variable keys use:
{{ dump(_context|keys) }}
<ol>
{% for key, value in _context %}
<li>{{ key }}</li>
{% endfor %}
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment