2025-02-19 13:41:45 -06:00

13 lines
224 B
HTML

<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{$pageName="custom"}
{include="includes"}
</head>
<body>
{include="page.header"}
You body goes here...
{include="page.footer"}
</body>
</html>