diff --git a/templates/Manage_Coworking_Spaces.html b/templates/Manage_Coworking_Spaces.html
index 608655ab7792590baa3730aa6c9dd0b4bec5a936..4daddcc1d7cbb43e10a747f90edd331c74e35084 100644
--- a/templates/Manage_Coworking_Spaces.html
+++ b/templates/Manage_Coworking_Spaces.html
@@ -1,38 +1,92 @@
 {%extends "base_template.html"%}
+
+{%block headblock%}
+  <title> Manage Coworking Spaces </title>
+  <link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
+{%endblock%}
+
+{%block onLoadblock%}
+  pageLoad()
+{%endblock%}
+
+{%block headerblock%}
+  <div id="headerDiv">
+    <a href="Manage_Coworking_Spaces.html">
+      <img id="headerImg" class="headerImg"
+      src="/static/Media/Tramshed-Logo-Main-Black.png"></img></a>
+    <a id="headerText" class="headerText"
+    href="Manage_Coworking_Spaces">
+      Manage Coworking Spaces</a>
+  </div>
+  <nav id="headerNav" class="navBar">
+    <ul class="Left">
+      <li><a href="Manage_Coworking_Spaces">Home</a></li>
+      <li><a href="Locations">Locations</a></li>
+    </ul>
+    <ul class="Right">
+      <li><a href="Manage_Coworking_Spaces">Manage</a></li>
+      <li><a href="Manage_Coworking_Spaces">Login</a></li>
+      <li><div class="navHamburger">
+          <span></span>
+          <span></span>
+          <span></span>
+      </div></li>
+    </ul>
+  </nav>
+{%endblock%}
+
 {%block mainblock%}
-<form id="recordForm" title="Record Form">
-  <label>Name: <input id="recordName" class="formTextInput"
-    name="record_name" type="text"></label><br>
-  <label>Address: <input id="recordAddress" class="formTextInput"
-    name="record_address" type="text"></label><br>
-  <label>Main Photograph: <input id="recordMainPhotos" class="formTextInput"
-    name="record_MP" type="text"></label><br>
-  <label>Additional Photographs: <input id="recordAdditionalPhotos" class="formTextInput"
-    name="record_AP" type="text"></label><br>
-  <label>Description: <input id="recordDescription" class="formTextInput"
-    name="record_description" type="text"></label><br>
-  <label>Website: <input id="recordWebsite" class="formTextInput"
-    name="record_website" type="text"></label><br>
-    <label>Email: <input id="recordEmail" class="formTextInput"
-    name="record_email" type="text"></label><br>
-  <label>Phone Number: <input id="recordPhoneNumber" class="formTextInput"
-    name="record_PN" type="text"></label><br>
-  <label>Opening Hours: <input id="recordOpeningHours" class="formTextInput"
-    name="record_OH" type="text"></label><br>
-  <label>Checkin Instructions: <input id="recordCheckinInstructions" class="formTextInput"
-    name="record_CI" type="text"></label>
-
-  <br><br>
-  <button id="searchButton" type="submit">Search</button>
-  <button id="addButton" type="submit">Add</button>
-  <button id="editButton" type="submit">Edit</button>
-  <button id="deleteButton" type="submit">Delete</button>
-</form>
-<br>
-<span id="DEBUGserverMessage"> </span>
-
-<br><br><br><br><br><br><br><br><br><br><br><br>
-<br><br><br><br><br><br><br><br><br><br><br><br>
-<br><br><br><br><br><br><br><br><br><br><br><br>
-<br><br><br><br><br><br><br><br><br><br><br><br>
+  <form id="recordForm" title="Record Form">
+    <label>Name: <input id="recordName" class="formTextInput"
+      name="record_name" type="text"></label><br>
+    <label>Address: <input id="recordAddress" class="formTextInput"
+      name="record_address" type="text"></label><br>
+    <label>Main Photograph: <input id="recordMainPhotos" class="formTextInput"
+      name="record_MP" type="text"></label><br>
+    <label>Additional Photographs: <input id="recordAdditionalPhotos" class="formTextInput"
+      name="record_AP" type="text"></label><br>
+    <label>Description: <input id="recordDescription" class="formTextInput"
+      name="record_description" type="text"></label><br>
+    <label>Website: <input id="recordWebsite" class="formTextInput"
+      name="record_website" type="text"></label><br>
+      <label>Email: <input id="recordEmail" class="formTextInput"
+      name="record_email" type="text"></label><br>
+    <label>Phone Number: <input id="recordPhoneNumber" class="formTextInput"
+      name="record_PN" type="text"></label><br>
+    <label>Opening Hours: <input id="recordOpeningHours" class="formTextInput"
+      name="record_OH" type="text"></label><br>
+    <label>Checkin Instructions: <input id="recordCheckinInstructions" class="formTextInput"
+      name="record_CI" type="text"></label>
+
+    <br><br>
+    <button id="searchButton" type="submit">Search</button>
+    <button id="addButton" type="submit">Add</button>
+    <button id="editButton" type="submit">Edit</button>
+    <button id="deleteButton" type="submit">Delete</button>
+  </form>
+  <br>
+  <span id="DEBUGserverMessage"> </span>
+
+  <br><br><br><br><br><br><br><br><br><br><br><br>
+  <br><br><br><br><br><br><br><br><br><br><br><br>
+  <br><br><br><br><br><br><br><br><br><br><br><br>
+  <br><br><br><br><br><br><br><br><br><br><br><br>
+{%endblock%}
+
+{%block footerblock%}
+  <nav id="footerNav" class="navBar">
+    <ul class="Center">
+      <li><a href="Manage_Coworking_Spaces.html">Left</a></li>
+    </ul>
+    <ul class="Center">
+      <li><a href="Manage_Coworking_Spaces.html">Center</a></li>
+    </ul>
+    <ul class="Center">
+      <li><a href="Manage_Coworking_Spaces.html">Right</a></li>
+    </ul>
+  </nav>
+{%endblock%}
+
+{%block jsblock%}
+  /static/JS/Manage_Coworking_Spaces.js
 {%endblock%}
diff --git a/templates/base_template.html b/templates/base_template.html
index 1af4e4b1c64558b7ca15fafc46b9669e324bcfa3..6460c1ffceb45aa080041be4dc7c93f60104bbce 100644
--- a/templates/base_template.html
+++ b/templates/base_template.html
@@ -2,61 +2,26 @@
 <html lang="EN" dir="ltr">
   <head>
     <meta charSet="UTF-8">
-    <title> Manage Coworking Spaces </title>
-    <link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
-
+    {%block headblock%}
+    {%endblock%}
   </head>
-  <body onLoad="pageLoad()">
+  <body onLoad="{%block onLoadblock%}{%endblock%}">
 
     <header id="pageHeader" class="pageHeader">
-      <div id="headerDiv">
-        <a href="Manage_Coworking_Spaces.html">
-          <img id="headerImg" class="headerImg"
-          src="/static/Media/Tramshed-Logo-Main-Black.png"></img></a>
-        <a id="headerText" class="headerText"
-        href="Manage_Coworking_Spaces.html">
-          Manage Coworking Spaces</a>
-      </div>
-      <nav id="headerNav" class="navBar">
-        <ul class="Left">
-          <li><a href="Manage_Coworking_Spaces">
-            <img id="navImg" class="navImg"
-            src="/static/Media/Tramshed-Logo-Main-White.png"></img></a></li>
-          <li><a href="Manage_Coworking_Spaces">Home</a></li>
-          <li><a href="Locations">Locations</a></li>
-        </ul>
-        <ul class="Right">
-          <li><a href="Manage_Coworking_Spaces">Manage</a></li>
-          <li><a href="Manage_Coworking_Spaces">Login</a></li>
-          <li><div class="navHamburger">
-              <span></span>
-              <span></span>
-              <span></span>
-          </div></li>
-        </ul>
-      </nav>
+      {%block headerblock%}
+      {%endblock%}
     </header>
 
     <main id="pageMain">
-      <br><br>
       {%block mainblock%}
       {%endblock%}
     </main>
 
     <footer id="pageFooter">
-      <nav id="footerNav" class="navBar">
-        <ul class="Center">
-          <li><a href="Manage_Coworking_Spaces.html">Left</a></li>
-        </ul>
-        <ul class="Center">
-          <li><a href="Manage_Coworking_Spaces.html">Center</a></li>
-        </ul>
-        <ul class="Center">
-          <li><a href="Manage_Coworking_Spaces.html">Right</a></li>
-        </ul>
-      </nav>
+      {%block footerblock%}
+      {%endblock%}
     </footer>
 
-    <script src="/static/JS/Manage_Coworking_Spaces.js"></script>
+    <script src="{%block jsblock%}{%endblock%}"></script>
   </body>
 </html>