{% extends 'base.html' %} {% block title %}Not Found: {{ request.path_info|e }}{% endblock %} {% block content %}

Not Found: {{ request.path_info|e }}

We couldn’t find what you were looking for. {% if not is_index %}You could try going home.{% endif %}

{% endblock %}