diff --git a/src/main/resources/templates/businesses.html b/src/main/resources/templates/businesses.html
index ea451a91a44d6d57446db6520b84407a96ed43f6..091790d698570ce0517ed7de85d0781c5eaa78cd 100644
--- a/src/main/resources/templates/businesses.html
+++ b/src/main/resources/templates/businesses.html
@@ -1,12 +1,13 @@
 <!DOCTYPE html>
 <html lang="en">
+<html xmlns:th="http://www.thymeleaf.org">
 <head>
     <meta charset="UTF-8">
     <title>Businesses</title>
     <link rel="stylesheet" th:href="@{css/landmarkFormStyle.css}">
     <link rel="stylesheet" th:href="@{css/templatingstyle.css}">
 </head>
-<header th:insert="~{/towns/Templating.html::header}"></header>
+<header th:insert="fragments/Templating.html :: header"></header>
 <body>
 <p>A business is an organised establishment in a professional manner in order to achieve your particular aim for owning a business.</p>
 <h3>Future Proof Businesses</h3>
@@ -18,5 +19,5 @@
 </ul>
 <button><a href="/businessSub" id="business">Businesses please enter here</a></button>
 </body>
-<footer th:insert="~{/towns/Templating.html::footer}"></footer>
+<div th:insert="fragments/Templating.html :: footer"></div>
 </html>
\ No newline at end of file