aboutsummaryrefslogtreecommitdiff
path: root/template/repository.tt
blob: f11849aab1b42bd105aa5e80b0033f28a55898ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<html>
[% title = "/${name}/${repository}" %]
[% 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 %]
</html>