{% block header %}
Crime Reporting System
{% endblock %} {% load static %}
ONLINE CRIME REPORTING WEBSITE
{% if request.user.is_authenticated %}
Dashboard
Hello {{ request.user }}
Profile Settings
Log Out
{% else %}
Login
Register
{% endif %}
{% block content %}
{% endblock %}