{% extends 'base.html' %}{% load static %} {% block title %}Page Not Found — Unity Nation{% endblock %} {% block content %}
404

Page Not Found

The page you're looking for doesn't exist or has been moved.

Go Home {% if user.is_authenticated %}Dashboard{% endif %}
{% endblock %}