Additions to freemarker test controller/template
This commit is contained in:
parent
624edfe4a3
commit
c7f4c2d961
2 changed files with 38 additions and 2 deletions
|
@ -25,6 +25,22 @@
|
|||
|
||||
<p><strong>Animal:</strong> ${animal}</p>
|
||||
|
||||
<h2>Zoo 1</h2>
|
||||
<ul>
|
||||
<#list zoo1.animals as animal>
|
||||
<li>${animal}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
||||
<h2>Zoo 2</h2>
|
||||
<ul>
|
||||
<#list zoo2.animals as animal>
|
||||
<li>${animal}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
||||
<p><strong>Berries: </strong>${berries}</p>
|
||||
|
||||
<@dump var="now" />
|
||||
<@dump var="urls" />
|
||||
<@dump var="fruit" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue