summaryrefslogtreecommitdiffstats
path: root/templates/default
blob: 4392474bd828178180b8010628465ad94c76eece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>$title</title>
    <link rel="stylesheet" type="text/css" href="$stylesheet" />
  </head>
  <body>
    <div id="nav">
      $nav
    </div>
    <div id="content">
      $content
    </div>
  </body>
</html>