{% block title %}
MAB20
{% endblock %}
{% load static %}
{% block script %} {% endblock %} {% block navbar %}
⋁
PROJECTS
SUBMIT
ABOUT
{% if not user.is_authenticated %}
LOGIN
{% endif %} {% if user.is_authenticated %}
ADD PROJECT
MY PROJECTS
LOGOUT
{% endif %}
{% endblock %}
{% block content %} {% endblock %}
Please Log in here:
×
{% csrf_token %}