mathblog-0.1: skel/templates/pagePreamble.html
<html>
<head>
<title>A Blog</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css"/>
<link rel="alternate" type="application/rss+xml" href="/feed.xml"/>
</head>
<body>
<div id="page">
<div id="header">
<a id="listing" href="/posts/">all posts</a>
<a href="/">A Blog</a>
</div>