I am trying to reset all variables available for my freemarker templates. I am trying to use something like:
<
</#list>
I read in the documentation that .vars does not support key functionality, but I use the above to show what I'm trying to do.
This is my first day with Freemarker, so any advice would be great.
java jsp freemarker
Kyle hayes
source share