{% extends "base.html" %} {% block title %}Not Found{% endblock %} {% block content %}

Not Found

{% if exception %} {{ exception }} {% else %}

This content was not found.

{% endif %} {% endblock %}