blob: efc95a81ca702672f4469334cb35980b233d9b7e [file] [log] [blame]
<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>