{% extends 'base_site.html' %} {% load i18n %} {% load static %} {% block title %}{% translate 'Internal server error'|title %} / {% block site_title %}{{ block.super }}{% endblock %}{% endblock %} {% block content %}
{% translate "Speedy is sorry, but we can't handle your request." %}
{% endblock %}