{% extends "error.html" %}
{% load static %}
{% block title %}Page not found{% endblock %}
{% block error_name %}Not Found{%endblock %}
{% block error_code %}404{%endblock %}
{% block image %}
{% endblock %}
{% block error_message %}
Oh no! We've scanned six different ways and can't find this page.
{% endblock %}