aboutsummaryrefslogtreecommitdiff
path: root/index.st
blob: e41e9b54fb50205c778f38f3006f39b85866ff03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" ?>
<!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">
<head>
  <title>$title$ &mdash; G&ouml;del-Gentzen Clojure Syndication Services Super System</title>
</head>

<body>
  <h1 class="title">$title$</h1>
  <p>$mainParagraph$</p>
</body>
</html>

<!--
Local Variables:
  mode: html
  coding: utf-8
End:
-->