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