Skip to content

Instantly share code, notes, and snippets.

@gedankennebel
Last active May 11, 2016 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gedankennebel/9d8fef6e2fcde60e8c872ca201434c13 to your computer and use it in GitHub Desktop.
Save gedankennebel/9d8fef6e2fcde60e8c872ca201434c13 to your computer and use it in GitHub Desktop.
Render the current data model keys that are used in a freemarker template
<ul>
<#list .data_model?keys as key>
<li>${key}</li>
</#list>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment