@ 6a13b6648670c1ebeb37d55b12dedef18b0d943e | 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>