Skip to content

Introduce a 404 page#163

Open
danlivings-dxw wants to merge 1 commit intofeature/introduce-base-templatefrom
feature/introduce-404-page
Open

Introduce a 404 page#163
danlivings-dxw wants to merge 1 commit intofeature/introduce-base-templatefrom
feature/introduce-404-page

Conversation

@danlivings-dxw
Copy link
Copy Markdown
Contributor

When a user tries to navigate to a page that doesn't exist, a 404 response should be presented. Most server frameworks handle this automatically, but the default page presented won't look like part of the application.

To make the 404 page look like the rest of the application, a new view has been introduced that uses the base template. A catch-all route has been defined that will render this view with the path that the user attempted to navigate to, an explanatory message, and a link back to the home page.

When a user tries to navigate to a page that doesn't exist, a 404
response should be presented. Most server frameworks handle this
automatically, but the default page presented won't look like part of
the application.

To make the 404 page look like the rest of the application, a new view
has been introduced that uses the base template. A catch-all route has
been defined that will render this view with the path that the user
attempted to navigate to, an explanatory message, and a link back to the
home page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant