src/layouts/404.hbs (
11
lines of code) (
raw
):
<!DOCTYPE html> <html lang="en"> <head> {{> head defaultPageTitle='Page Not Found'}} </head> <body class="status-404"> {{> header}} {{> body}} {{> footer}} </body> </html>