This commit is contained in:
2025-01-26 11:51:28 +01:00
commit 007e27fc31
57 changed files with 9167 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
<body>
{include="page.header"}
{$content}
{include="page.footer"}
</body>
</html>