{% extends 'base/base.html' %} {% load static %} {% block title %}Page Not Found{% endblock %} {# Don't show a navbar nor footer here #} {% block navbar %}{% endblock %} {% block footer %}{% endblock %} {% block content %}

404

Opps! Page not found.

The page you’re looking for doesn’t exist.

Go Home
{% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}