{% extends "django_custom_error_views/base.html" %}
{% load static %}
{% block title %}
Error
{% endblock title %}
{% block content %}
{% if company_logo %}
{% endif %}
{{ title|default:"Oops! This is an error." }}
{{ description|default:"Something went wrong on our end. You can go back to the home page or try this page again later." }}
{% if extra_content %}{{ extra_content }}
{% endif %} Return Home {% endblock %}