From 5feaf31c2706aebaa3b98448b6edda1fc72c4c74 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Thu, 12 May 2022 18:58:28 +0800 Subject: [PATCH] No default.hbs extending for the error page This template should be kept as lightweight as you can --- error.hbs | 130 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 107 insertions(+), 23 deletions(-) diff --git a/error.hbs b/error.hbs index 19afa6e4..a1773fe2 100644 --- a/error.hbs +++ b/error.hbs @@ -1,34 +1,118 @@ + + + -{{!< default}} + + + + -
-
+ {{meta_title}} -
+ {{ghost_head}} + {{!-- Outputs important meta data and settings, should always be in --}} -

{{statusCode}}

-

{{message}}

- + - {{#if errorDetails}} -
-

Theme errors:

- +
+ {{/if}} +
- {{/if}} -
+ + + + + + + + + + + + +{{ghost_foot}} +{{!-- Outputs important scripts - should always be included before closing body tag --}} + + + \ No newline at end of file