diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html
index d43d153..fbf0dab 100644
--- a/discord_rss_bot/templates/base.html
+++ b/discord_rss_bot/templates/base.html
@@ -10,14 +10,21 @@
RSS - {% block title %}{% endblock %}
{% endblock %}
-
+
{% include "nav.html" %}
-{% block content %}{% endblock %}
-
+
+ {% block content %}{% endblock %}
+
+