{% extends "base.html" %} {% block content %} {% block title %}Page Not Found{% endblock %} {% block body %}
This is not the page you are looking for.
Try Here {% endblock %} {% endblock %}