{% extends "base-site.html" %} {% block title %} {{ _('Page 500') }} {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{{ _("Looks like the server ran into an issue... Strange...") }}