shaarli_themes/default/pluginscontent.html

14 lines
202 B
HTML
Raw Normal View History

2025-01-26 11:51:28 +01:00
<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
<body>
{include="page.header"}
{$content}
{include="page.footer"}
</body>
</html>