aboutsummaryrefslogtreecommitdiff
path: root/template/repository.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/repository.tt')
-rw-r--r--template/repository.tt1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/repository.tt b/template/repository.tt
index 2877fa3..f11849a 100644
--- a/template/repository.tt
+++ b/template/repository.tt
@@ -3,6 +3,7 @@
[% INCLUDE head.tt %]
<body>
<h1>[% title %]</h1>
+ <ul>[% FOR i IN log %]<li>[% i %]</li>[% END %]</ul>
<p> Eventually this page will have something on it, RIGHT?!</p>
</body>
[% INCLUDE foot.tt %]