2026-01-13 15:35:11 -05: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>