资源 30

PyBlade

Development Mode

{{ error_type }}

{{ error_message }}

Template file: {{ template_path }}
Line: {{ line_number }}
{{ template_path.name }}
@for(line in code_lines) @if(line.get('is_error') == True)
{{ line.number }} {{ line.content }}
@else
{{line.number }} {{ line.content }}
@endif @endfor
This detailed error page is only shown in development mode. In production, users will see a generic error message.

Quick Fix

{{ quick_fix }}

Documentation

Visit the official PyBlade documentation for more information about template syntax and error handling.