<html>
<head>
<title>FreeMarker: Root Lookup Test</title>
</head>
<body>

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

<p>Hello, world!</p>

<p>Access the same variable via the root variable (dot syntax):</p>

<p>Hello, world!</p>

<p>Access the same variable via the root variable (bracket syntax):</p>

<p>Hello, world!</p>

<p>Ensure that root lookups are unaffected by local variables:</p>


  Hello, world!
  Hello, world! Part Deux

</body>
</html>
