{% extends "base.html" %} {% block content %}
{{ err|safe }}
{%- when Err(_) -%}
{{status}} — {{ debug }}
{%- endmatch -%}
{%- when ErrorKind::Custom { status, message } -%}
{{status}} — {{ message }}
{%- endmatch -%}