diff --git a/src/main/resources/templates/towns/local-authorities.html b/src/main/resources/templates/towns/local-authorities.html
new file mode 100644
index 0000000000000000000000000000000000000000..1af344b4711bedf6e1b5bbdc68424a1845566106
--- /dev/null
+++ b/src/main/resources/templates/towns/local-authorities.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Local Authorities</title>
+    <link rel="stylesheet" th:href="@{/css/templatingstyle.css}">
+</head>
+<header th:insert="~{/towns/Templating.html::header}"></header>
+<body>
+<h1>Local Authorities</h1>
+<footer th:insert="~{/towns/Templating.html::footer}"></footer>
+</body>
+</html>
\ No newline at end of file