<html>
<head>
<title>FreeMarker: Identifier Test</title>
</head>
<body>
<p>A simple test follows:</p>

<p>Hello, world!</p>

<p>A tag inside a tag...</p>

<i>this is a test</i>

<if>Blah</if>
<ifthisisindeedworkingthisshouldnotparseasafreemarkertag>

<b>This is a test</b>
</body>
</html>
