| <!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> |