mathblog-0.2: skel/templates/pageTemplate.html
<html>
<head>
<title>$if(extraTitle)$$extraTitle$ - $endif$$title$</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.2.0/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.2.0/build/cssbase/base-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.2.0/build/cssfonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="$baseUrl$/stylesheets/stylesheet.css"/>
<link rel="alternate" type="application/rss+xml" href="$baseUrl$/feed.xml"/>
</head>
<body>
<div id="page">
<div id="header">
<a id="listing" href="$baseUrl$/posts/">all posts</a>
<a href="$baseUrl$">$title$</a>
</div>
$content$
<div id="footer">
Copyright © 2010 $authorName$
</div>
</div>
</body>
</html>