add(morgan)

This commit is contained in:
2025-01-26 11:52:28 +01:00
parent 007e27fc31
commit ab61f3d4e9
60 changed files with 14303 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>