Primitive first draft of a dump directive for Freemarker templates.

This commit is contained in:
rjy7 2010-06-22 04:09:48 +00:00
parent 195c03f9d0
commit b767a81f76
3 changed files with 94 additions and 20 deletions

View file

@ -23,4 +23,8 @@
</#list>
</ul>
<p><strong>Animal:</strong> ${animal}</p>
<p><strong>Animal:</strong> ${animal}</p>
<@dump var="fruit" />
<@dump var="urls" />
<@dump var="data_model" />