aboutsummaryrefslogtreecommitdiff
path: root/template/repository.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/repository.tt')
-rw-r--r--template/repository.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/repository.tt b/template/repository.tt
index 004413d..2877fa3 100644
--- a/template/repository.tt
+++ b/template/repository.tt
@@ -1,7 +1,9 @@
<html>
+[% title = "/${name}/${repository}" %]
[% INCLUDE head.tt %]
<body>
-<h1>repository</h1>
+ <h1>[% title %]</h1>
+ <p> Eventually this page will have something on it, RIGHT?!</p>
</body>
[% INCLUDE foot.tt %]
</html>