cowsay-blog / cowpostindextemplate.html

@ 1a5f223a652cbe32cfafa2d2172397d3a9b0b77c | history


<html>
  <head>
    <title>nick's tilde.farm page</title>
  </head>
  <body>
    <link rel="stylesheet" type="text/css" href="../style.css">
    <h1>~ nick at tilde dot farm ~</h1>
    <ol>
    {% for cowpost in cowposts %}
    <li> <a href="{{cowpost.htmltitle}}">{{cowpost.htmltitle}}</a>
    {% endfor %}
    </ol>
  </body>
</html>