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