diff --git a/templates/base.html b/templates/base.html
index 94ad954..3230056 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,8 +3,8 @@
- {% load static %}
{% block title %}My Social Media API{% endblock %}
+ {% load static %}
@@ -16,7 +16,12 @@
Accounts API
Notifications API
Posts API
- Accounts
+ Accounts
+ {% if user.is_authenticated %}
+ Sign Out
+ {% else %}
+ Sign In
+ {% endif %}
@@ -27,7 +32,22 @@