aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/pluginscontent.html
blob: 1e4f6b807185bd713b1c592b564324808c06248f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
  {include="includes"}
</head>
<body>
  {include="page.header"}

  {$content}

  {include="page.footer"}
</body>
</html>