diff --git a/src/main/resources/templates/towns/templates.server/Templating.html b/src/main/resources/templates/towns/templates.server/Templating.html
new file mode 100644
index 0000000000000000000000000000000000000000..65a9c20b4115094f7ef70c2778eb8512198e197d
--- /dev/null
+++ b/src/main/resources/templates/towns/templates.server/Templating.html
@@ -0,0 +1,16 @@
+<header th:fragment="headerBlock">
+    <br>Header Block<br>
+</header>
+
+<footer th:fragment="footerBlock">
+    <br><b>VZTA</b><br>
+    <br>Near Me Now LTD<br>
+    <br>Britania House<br>
+    <br>Caerphilly Business Park<br>
+    <br>Caerphilly<br>
+    <br>CF83 3GG<br>
+    <br>(C) VZTA 2022<br>
+    <br><b>Follow Us</b><br>
+    <br>Facebook Twitter Instagram LinkedIn<br>
+    <br>Privacy Policy Terms and Conditions<br>
+</footer>
\ No newline at end of file