{% extends "base.html" %} {% load i18n static %} {# Translators: title for Not Found (404) error page #} {% block meta_title %}{% translate "Not Found" %}{% endblock meta_title %} {# Translators: description for Not Found (404) error page #} {% block meta_description %}{% translate "Oops, you've hit a lacuna! Page not found." %}{% endblock meta_description %} {% block page_type %}error{% endblock %} {# "translate" tags need to be duplicated since these are in separate blocks #} {% block main %}

{% translate "Not Found" %}

{% translate "Oops, you've hit a lacuna! Page not found." %}

{% endblock %}