{% set get_theme_data = Lona.import('lona_picocss.settings.get_theme_data') %} {% set exception_to_html = Lona.import('lona_picocss.utils.exception_to_html') %} {% set theme_data = get_theme_data(request) %}
Internal Error
{% if theme_data.show_exceptions %}{{ exception_to_html(exception) }}{% endif %}