blob: 7f4fec41363c3470f330897c4d35e7a0e2a44fc7 [file] [log] [blame]
<html>
<head>
<title>Click Quick Start - $title</title>
<link rel="stylesheet" type="text/css" href="$context/assets/style.css" title="Style"></link>
$imports
</head>
<body>
<div id="header">
<span id="title">project-name :: $title</span>
</div>
#if ($rootMenu)
#writeMenu($rootMenu)
#end
<div id="container">
#parse($path)
</div>
</body>
</html>