From bff92781765dd5cac62b83ef10d617b76e43a152 Mon Sep 17 00:00:00 2001
From: Beaumont Mogridge <mogridgeb@cardiff.ac.uk>
Date: Wed, 1 Dec 2021 16:38:10 +0000
Subject: [PATCH] Upload New File

---
 templates/contact-us.html | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 templates/contact-us.html

diff --git a/templates/contact-us.html b/templates/contact-us.html
new file mode 100644
index 0000000..76c03cb
--- /dev/null
+++ b/templates/contact-us.html
@@ -0,0 +1,6 @@
+{% extends "main.html" %}
+{% block title %}Map{% endblock %}
+{% block mainBlock %}
+<header> Contact Us </header>
+<p>text about contact info.</p>
+{% endblock %}
-- 
GitLab