blob: b01e6a4557ec99d2ce02c4e102c74f9f9df0ea7c [file] [log] [blame]
<html>
<head>
<title>FreeMarker: Logging Test</title>
</head>
<body>
A simple test follows:
${message.test[ "me" ]}
<if message>
<p>Message exists!
<transform message.sdf>
...and even generates output!
</transform>
</p>
</if>
<compress>
Try this for size.
</compress>
</body>
</html>