diff --git a/templates/contact-us.html b/templates/contact-us.html
new file mode 100644
index 0000000000000000000000000000000000000000..76c03cb68c13e596062d704d8eff42a42dfee30e
--- /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 %}