summaryrefslogtreecommitdiff
path: root/templates/page_skeleton.html
blob: daa87817c89412e54a3cb247e3df4cc28b7c4e60 (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>
    {body}
  </body>
</html>