{% extends "base.html" %} {% block head_title %}Error {{ statusCode }} - Bluesky{% endblock %} {# don't include the bundle on error pages #} {% block head_bundle %}{% endblock %} {% block body_all %} {% if statusCode == 404 %}

404: Not Found

{% else %}

{{ statusCode }}: Server Error

Sorry about that! Our Status Page might have more context. {% endif %} {% endblock %}