diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html
index 7cf49dc0c11b25d7e49dfaf117a8d0ee5caa514e..fa2c6c54fc2285cfaf9a30c38f84ce6babe3bb32 100644
--- a/layouts/custom/repository.html
+++ b/layouts/custom/repository.html
@@ -11,22 +11,38 @@
 {{ partial "footer.html" . }}
 
 <head>
-
+ <link rel = "stylesheet"
+   type = "text/css"
+   href = "/static/css/sidenavRepository.css" />
+ </head>
 </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>
 
 
@@ -36,4 +52,13 @@
 
 
 
+
+
+
+
+
+
+
+
+
 </body>