9 lines
No EOL
185 B
HTML
9 lines
No EOL
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>{include="includes"}</head>
|
|
<body>
|
|
<div id="pageheader">{include="page.header"}</div>
|
|
You body goes here...
|
|
{include="page.footer"}
|
|
</body>
|
|
</html> |