<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>MasterView Templates :: Test #1 - Hello</title>
</head>
<body>
<div mv:generate="test1/hello.rhtml" mv:omit_tag="">
<h1>Test #1 - Hello</h1>
<p>This is our first test of MasterView templates in a brand new empty site.</p>
<p>Places to go, Things to Do:</p>
<ul>
<li><a href="/masterview">MasterView Admin</a></li>
</ul>
</div>
</body>
</html>