2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-07-17 11:28:43 +02:00
|
|
|
<head>
|
|
|
|
{include="includes"}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
</div>
|
2013-02-26 10:09:41 +01:00
|
|
|
You body goes here...
|
|
|
|
{include="page.footer"}
|
2015-07-17 11:28:43 +02:00
|
|
|
</body>
|
2013-02-26 10:09:41 +01:00
|
|
|
</html>
|