Skip to content

Instantly share code, notes, and snippets.

@jag1989
Created February 7, 2018 15:33
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 jag1989/7687f08d44e54a540dc03b97b548d409 to your computer and use it in GitHub Desktop.
Save jag1989/7687f08d44e54a540dc03b97b548d409 to your computer and use it in GitHub Desktop.
Twig available vars
{% for key, value in content %}
{{ key }} - {{ value }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment