blob: 0fdb58a4ded52c49f181ef26525820a1791e028d [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>project-name - $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>