jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
308 stars 15 forks source link

Custom error pages #60

Closed bobf closed 1 month ago

bobf commented 1 month ago

Render src/app/views/errors.zig view (index action) when an unexpected error occurs. If the view does not exist, try rendering public/404.html, public/500.html (etc.), finally falling back to a standard basic HTML/JSON response.