Primitive first draft of dump directives for FreeMarker templates.

This commit is contained in:
rjy7 2010-06-22 04:26:16 +00:00
parent b767a81f76
commit 72a6658116
4 changed files with 88 additions and 39 deletions

View file

@ -25,6 +25,6 @@
<p><strong>Animal:</strong> ${animal}</p>
<@dump var="fruit" />
<@dump var="now" />
<@dump var="urls" />
<@dump var="data_model" />
<@dump var="fruit" />