<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Tar Pit - $title$</title>
+ <link rel="stylesheet" type="text/css" href="/css/default.css" />
</head>
<body>
+ <div id="header">
+ <div id="logo">
+ <a href="/">The Tar Pit</a>
+ </div>
+ <div id="navigation">
+ TODO
+ </div>
+ </div>
-$body$
+ <div id="content">
+ $body$
+ </div>
+ <div id="footer">
+ Site proudly generated by
+ <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+ </div>
<!-- so far, so good -->
</body>
+</html>