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