diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html
index f936529b448b4563262b33ff9e1d260900cc8e0f..7cf49dc0c11b25d7e49dfaf117a8d0ee5caa514e 100644
--- a/layouts/custom/repository.html
+++ b/layouts/custom/repository.html
@@ -12,4 +12,28 @@
 
 <head>
 
-</head>
\ No newline at end of file
+</head>
+
+<body>
+
+    <!-- Sidebar for Filters -->
+    <div id= "sidenav">
+	<a href="#">Example</a>
+    </div>
+
+    <!-- Summary of Filtered Data -->
+    <div id="summary">
+    </div>
+
+    <!-- Files of Filtered Data -->
+    <div id="patientFiles">
+    </div>
+
+
+
+
+
+
+
+
+</body>