Skip to content

Instantly share code, notes, and snippets.

@kurtisdunn
Last active November 27, 2015 11:02
Show Gist options
  • Save kurtisdunn/86b521c073e760bd8f21 to your computer and use it in GitHub Desktop.
Save kurtisdunn/86b521c073e760bd8f21 to your computer and use it in GitHub Desktop.
Use Twig Template stuff

Useful TWIG stuff for Drupal 8

// List of Objs avaiable
{% for key, value in _context %}
<li>{{ key }}</li>
{% endfor %}
//Page Dump
{{ dump() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment