parent: {{ .commit.Parent }} + {{ end }}
diff --git a/templates/file.html b/templates/file.html
index ed658e3..4d606cc 100644
--- a/templates/file.html
+++ b/templates/file.html
@@ -2,21 +2,22 @@
{{ template "head" . }}
-
-
+ {{ template "repoheader" . }}
{{ template "nav" . }}
-
{{ .meta.Title }}
-{{ .meta.Description }}
--{{ range .linecount }} -{{ . }} -{{- end -}} --
-{{ .content }} -+
+
-
+ {{ template "repoheader" . }}
{{ template "nav" . }}
diff --git a/templates/refs.html b/templates/refs.html
index aee4a11..5320a8e 100644
--- a/templates/refs.html
+++ b/templates/refs.html
@@ -2,32 +2,39 @@
{{ template "head" . }}
-
-
+ {{ template "repoheader" . }}
{{ template "nav" . }}
-
diff --git a/templates/repo-header.html b/templates/repo-header.html
new file mode 100644
index 0000000..dd84875
--- /dev/null
+++ b/templates/repo-header.html
@@ -0,0 +1,12 @@
+{{ define "repoheader" }}
+
+
+{{ end }}
diff --git a/templates/repo.html b/templates/repo.html
index 3b5d2b0..2e87b07 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -7,13 +7,8 @@
{{ template "head" . }}
-
-
+{{ template "repoheader" . }}
+
{{ template "nav" . }}
diff --git a/templates/tree.html b/templates/tree.html
index b63a23e..2880714 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -7,10 +7,7 @@
{{ template "head" . }}
-
-
+ {{ template "repoheader" . }}
{{ template "nav" . }}
+ {{- range .linecount }}
+{{ . }}
+ {{- end -}}
+
+
+
+
diff --git a/templates/log.html b/templates/log.html
index 4a0292c..f5956be 100644
--- a/templates/log.html
+++ b/templates/log.html
@@ -2,10 +2,7 @@
{{ template "head" . }}
- + {{- .content -}} ++