Skip to content

Instantly share code, notes, and snippets.

@ryan-ethode
Created September 29, 2016 14:35
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 ryan-ethode/07417d7fcc0be32034e83bdd9b273f5b to your computer and use it in GitHub Desktop.
Save ryan-ethode/07417d7fcc0be32034e83bdd9b273f5b to your computer and use it in GitHub Desktop.
A great little snippet to view all of the variables available to a velocity template
#foreach($key in $context.keys) <pre> $key</pre> #end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment