From b72194a2daaf199f1f9e3ae553102536d371178a Mon Sep 17 00:00:00 2001
From: Nicole Finks <nicole.finks@utsouthwestern.edu>
Date: Tue, 16 Jul 2019 10:58:51 -0500
Subject: [PATCH] [Begining of sidebar for the filters]

---
 layouts/custom/repository.html | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html
index f936529..7cf49dc 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>
-- 
GitLab