Home
Players
Player Comparison
{%if loggedIn == False%}
Login
{%endif%} {%if loggedIn == True%}
Profile
{%endif%} {%if isAdmin == True%}
Admin
{%endif%} {%if loggedIn == True%}
Logout
{%endif%}
{% block content %} {% endblock %}