| 12345678910111213141516171819202122232425262728293031323334353637 | 
							- <?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
-     <head>
 
-         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-         <title>$title$ :: john's blog</title>
 
-         <link rel="stylesheet" type="text/css" href="/css/default.css" />
 
-     </head>
 
-     <body>
 
-         <div id="header">
 
-             <div id="logo">
 
-                 <a href="/">John's Corner of the Web</a>
 
-             </div>
 
-         </div>
 
-         <div id="navigation">
 
-           <a href="/">Home</a><br/>
 
-           <a href="/about.html">About</a><br/>
 
-           <a href="/work.html">Work</a><br/>
 
-           <a href="/talks.html">Talks</a><br/>
 
-           <a href="/stuff.html">Stuff</a><br/>
 
-           <a href="/archive.html">Archive</a><br/>
 
-         </div>
 
-         
 
-         <div id="content">
 
-             <h1>$title$</h1>
 
-             $body$
 
-         </div>
 
-         <div id="footer">
 
-           All content copyright 2016, john melesky, unless otherwise noted.
 
-         </div>
 
-     </body>
 
- </html>
 
 
  |