shaarli_themes/morgan/pluginscontent.html
2025-01-26 11:52:28 +01:00

14 lines
202 B
HTML

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