diff --git a/templates/newlogin.html b/templates/newlogin.html
new file mode 100644
index 0000000..b6fc695
--- /dev/null
+++ b/templates/newlogin.html
@@ -0,0 +1,4 @@
+{% extends 'layout.html' %}
+{% block content %}
+
+{% endblock %}
\ No newline at end of file