Last active
November 27, 2015 11:02
-
-
Save kurtisdunn/86b521c073e760bd8f21 to your computer and use it in GitHub Desktop.
Use Twig Template stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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