-
- tubbymemes.
-
-
- Memes. Interplanetary!
-
- {% if request.path == '/' %}
-
About
- {% if current_user.is_authenticated %}
-
Disconnect
- {% if current_user.is_moderator() %}
-
Mod
- {% endif %}
-
New Meme
- {% else %}
-
Connect
- {% endif %}
- {% else %}
-
Go Home
- {% endif %}
+
+
+
diff --git a/tubbymemes/templates/index.html b/tubbymemes/templates/index.html
index 036b6dd..3a8c0b7 100644
--- a/tubbymemes/templates/index.html
+++ b/tubbymemes/templates/index.html
@@ -2,9 +2,9 @@
{% include 'includes/head.html' %}
+ {% include 'includes/navbar.html' %}