{% load static %}
DJango Website
S.E.E.L.E
Home
{% if request.session.user_email %}
Profile
Users
Disaster Prep
Logout
{% else %}
Login
Signup
{% endif%}
{% block content %} {% endblock %}