zero-to-axum/templates/error.html
azdle c7500ae6a3 use dedicated error page
I can't re-display the form as I'd like to becuase
I don't have access to the CSRF token when
rendering the page from the error hander.
2025-07-24 15:04:32 -05:00

5 lines
97 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>Error</title>
<p class="error">{{error}}</p>
</html>