aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
blob: d28ca35562fcf6013b129cbc32cabf62372f2acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <meta charset="utf-8" />
    <title>[% template.title or site.title %]</title>
    <meta content="description" value="" />
    <meta content="robots" value="index,nofollow" />
    <link rel="stylesheet" href="/ttsite.css" />
</head>
<body>
[% content %]
</body>
</html>