header.htmlon commit major rewrite: segregate into modules and upgrade to Python 3 (4944c22)
   1<!DOCTYPE html>
   2<html>
   3  <head>
   4    <title>$title$ $version$ on $hostname$ ($date$)</title>
   5    <meta name="generator" content="$title$ $version$)">
   6    <link rel="stylesheet" type="text/css" href="$css$">
   7  </head>
   8  <body>
   9    <table width=100%>
  10      <tr>
  11        <td><h1>$title$</h1></td>
  12        <td style="text-align: right;">$hostname$<br />$date$ $time$</td>
  13      </tr>
  14    </table>