diff --git a/build/resources/views/errors/unauthorized.edge b/build/resources/views/errors/unauthorized.edge index 535a61bd..761b6337 100644 --- a/build/resources/views/errors/unauthorized.edge +++ b/build/resources/views/errors/unauthorized.edge @@ -1 +1,18 @@ -

It's a 403

+@layout('layouts/main') +@set('title', 'Page not found') + +@section('body') + +
+
+

404

+

Page not found

+

Sorry, we couldn’t find the page you’re looking for.

+ +
+
+ +@end