aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.html
blob: 2601169e471cf3b5394e128d920c6356e412c3fc (plain) (blame)
1
2
3
4
5
6
7
8
<html>
<head>{include="includes"}</head>
<body>
	<div id="pageheader">{include="page.header"}</div>
    You body goes here...
    {include="page.footer"}
</body>
</html>