{% 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 %}
Sorry about that! Our Status Page might have more context. {% endif %} {% endblock %}