diff --git a/html/master.html b/html/master.html
index 4c76629..8e4ef36 100644
--- a/html/master.html
+++ b/html/master.html
@@ -3,11 +3,12 @@
+ {{if eq .Lang "heb"}}{{end}}
{{ .ElementsData.Title }}
-
+
{{template "body" .}}
diff --git a/html/statsitics.html b/html/statsitics.html
new file mode 100644
index 0000000..5904d50
--- /dev/null
+++ b/html/statsitics.html
@@ -0,0 +1,49 @@
+{{define "body"}}
+
+
+
+
+
+
Download Statistics
+
+
+ Program |
+ Version |
+ Download Count |
+
+ {{range .VersionStats}}
+
+
+ {{.ID}}
+ |
+
+ {{.Version}}
+ |
+
+ {{.Counter}}
+ |
+
+ {{end}}
+
+
+
+
Total Download Statistics
+
+
+ Package |
+ Search Count |
+
+ {{range .TotalStats}}
+
+
+ {{.ID}}
+ |
+
+ {{.Counter}}
+ |
+
+ {{end}}
+
+
+
+{{end}}
\ No newline at end of file
diff --git a/html/up.html b/html/up.html
index 3ea0887..60dbcdb 100644
--- a/html/up.html
+++ b/html/up.html
@@ -1,13 +1,37 @@
-
-
-
-
-
-File Upload
-
-
-
-
+{{define "body"}}
+
+