@ 5ad46f78d894cb2f64b3c0b5e96fedd0867daefa | 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>