{% if project_description %}
{% endif %}
{% load static %}
{% block head %}{% endblock %}
MP TRADE TRACKER
Dashboard
MPs
Tickers
Admin
{% if user.is_authenticated %}
Hello, {{ user.username }}
Logout
{% else %}
Login
Get Started
{% endif %}
{% block content %}{% endblock %}