{% load static %} {%include 'base/reminders.html'%} {% if show_beta_icon %} BETA {% endif %} {%if backbtn %} {%include 'base/header/backbtn.html'%} {%endif%} {% if request.user.is_authenticated %} {% if request.path == "/" %} Feed {% else %} {% include 'base/header/notifications.html' %} {% if request.user.profile %} {%include 'base/header/dropdown.html'%} {% endif %} {% endif %} {% else %} {% if not request.user.is_authenticated %} Sign up Login {% endif %} {% endif %}