blob: 834915ece1199be79b9ce9b3b349e9646b61b9db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body>
<div id="pageheader">{include="page.header"}</div>
You body goes here...
{include="page.footer"}
</body>
</html>
|