<html>
<head>
<title>FreeMarker: Extended List Test</title>
</head>
<body>

<p>A simple test follows:</p>

<p>Hello, world!</p>

<p>A list of 8 animals follows:</p>
<p>
  aardvark, 

  kiwi, 

  gecko, 

  cat, 

  dog, 

  elephant, 

  squirrel, 

  zebra.
</p>

<p>The first animal is an aardvark, and the last is a 
zebra.</p>

<p>The end.</p>
</body>
</html>
