{% extends "zerver/portico.html" %} {% block portico_class_name %}error{% endblock %} {% block portico_content %}
{% if status_code == 405 %}

Method not allowed (405)

{% else %}

Page not found (404)

{% endif %}

If this error is unexpected, you can contact support.

{% endblock %}