diff --git a/templates/dashboard.html b/templates/dashboard.html
new file mode 100644
index 0000000..6315ee0
--- /dev/null
+++ b/templates/dashboard.html
@@ -0,0 +1,15 @@
+{{define "dashboard"}}
+{{template "layout-page-start" (args "Title" "Dashboard")}}
+
+ {{if .Projects}}
+ Projects
+ {{else}}
+
+
+
+ {{end}}
+
+{{template "layout-page-end"}}
+{{end}}