2012-08-03 18:57:48 -04:00
|
|
|
<!-- turn on quirks mode for IE -->
|
2012-08-08 12:46:26 -04:00
|
|
|
{doctype}
|
2011-02-28 16:08:15 +00:00
|
|
|
<head>
|
2012-08-08 12:46:26 -04:00
|
|
|
{meta}
|
2011-02-28 16:08:15 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
|
|
|
|
{header}
|
|
|
|
|
</head>
|
2012-08-03 18:57:48 -04:00
|
|
|
<body {dirBody}>
|
2011-02-28 16:08:15 +00:00
|
|
|
{bodyTemplate}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|