{% extends "base.html" %} {% block title %}{{ app_name }} — internal error{% endblock %} {% block content %} 500 Something broke {{ detail or "The server hit an unexpected error. Check the server logs for the traceback." }} Back to scans {% endblock %}
500
{{ detail or "The server hit an unexpected error. Check the server logs for the traceback." }}