{% extends "picocss/django/base.html" %} {% load lona_picocss_filter %} {% get_theme_data %} {% block title %}{{ theme_data.theme_settings.brand }} - 500 Internal Error{% endblock %} {% block content %}
Internal Error
{% if theme_data.show_exceptions %}{{ exception|exception_to_html }}{% endif %} {% endblock %}