summaryrefslogtreecommitdiff
path: root/templates/page_skeleton.html
blob: 842b617adaff34bc951cc7c8584f8bcbe9774205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html>
<html lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta charset="utf-8" />
    <meta content="initial-scale=1.0, width=device-width" name="viewport" />
    <title>{title|html}</title>
    {head}
  </head>

  <body onload="if (prettyPrint) prettyPrint();">
    {body}
  </body>
</html>