diff --git a/spike/review/reinvent/ezmded/ui/files.ctmpl b/spike/review/reinvent/ezmded/ui/files.ctmpl
new file mode 100644
index 0000000..4baf62f
--- /dev/null
+++ b/spike/review/reinvent/ezmded/ui/files.ctmpl
@@ -0,0 +1,19 @@
+
+
+
+ {{ .Title }}
+ {{ template "imports" . }}
+
+
+
+
+ {{ template "searchbar" . }}
+
+ {{ template "filetree" . }}
+
+ {{ template "editor" . }}
+
+
+
+
+
diff --git a/spike/review/reinvent/ezmded/ui/templates/editor.ctmpl b/spike/review/reinvent/ezmded/ui/templates/editor.ctmpl
new file mode 100644
index 0000000..20b9a59
--- /dev/null
+++ b/spike/review/reinvent/ezmded/ui/templates/editor.ctmpl
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+ {{ if ne .PID "" }}
+ {{ .PTitle }}
+ {{ end }}
+
+ {{ .Title }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spike/review/reinvent/ezmded/ui/templates/filetree.ctmpl b/spike/review/reinvent/ezmded/ui/templates/filetree.ctmpl
new file mode 100644
index 0000000..715a1b6
--- /dev/null
+++ b/spike/review/reinvent/ezmded/ui/templates/filetree.ctmpl
@@ -0,0 +1,6 @@
+
+
+ {{ range $key, $value := .Branches }}
+
+ {{ end }}
+
diff --git a/spike/review/reinvent/ezmded/ui/templates/import.ctmpl b/spike/review/reinvent/ezmded/ui/templates/import.ctmpl
new file mode 100644
index 0000000..7d42a10
--- /dev/null
+++ b/spike/review/reinvent/ezmded/ui/templates/import.ctmpl
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spike/review/reinvent/ezmded/ui/templates/searchbar.ctmpl b/spike/review/reinvent/ezmded/ui/templates/searchbar.ctmpl
new file mode 100644
index 0000000..e92ce9d
--- /dev/null
+++ b/spike/review/reinvent/ezmded/ui/templates/searchbar.ctmpl
@@ -0,0 +1,4 @@
+