+
+
+ Logout
+
+
+
+
+
+
+
+
+
+ {% if not session.logged_in %}
+ - Login
+ {% else %}
+
+ - Logout
+
+ {% endif %}
+
diff --git a/templates/not_found.html b/templates/not_found.html
new file mode 100644
index 0000000..0fb4663
--- /dev/null
+++ b/templates/not_found.html
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+{% block content %}
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/unauthorized.html b/templates/unauthorized.html
new file mode 100644
index 0000000..b3cee7e
--- /dev/null
+++ b/templates/unauthorized.html
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+{% block content %}
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file