diff --git a/templates/base.html b/templates/base.html
index d7a1d0d..f28e94d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,8 +3,8 @@
- {% load static %}
{% block title %}My Social Media API{% endblock %}
+ {% load static %}
@@ -17,14 +17,44 @@
Notifications API
Posts API
Accounts
+ {% if user.is_authenticated %}
+ Sign Out
+ {% else %}
+ Sign Up
+ Sign In
+ {% endif %}
-
+
+ {% block content %}
+ {% endblock %}
+
+
+