Files
2011-04-03 12:54:43 -04:00

15 lines
205 B
HTML

<!doctype html>
<title>Tests</title>
<body onload="">
<h1>GitHub Commits</h1>
{% for commit in commits %}
<li>
<pre>[{{ commit.author }}] {{ commit.message }}</pre>
</li>
{% endfor %}