21 lines
564 B
Plaintext
21 lines
564 B
Plaintext
extends layout
|
|
|
|
include mixins/_breadcrumb
|
|
|
|
block content
|
|
.layout-centered
|
|
+breadcrumb
|
|
.error
|
|
h1 Oops Something went wrong (#{error.status})
|
|
h2 Try:
|
|
ul
|
|
li Check if the content model has changed
|
|
li Check the selection has content in draft or published state (for Preview or Delivery)
|
|
li Check if there's any content for this locale
|
|
li Verify credentials are correct and up to date
|
|
li Check the stack trace below
|
|
|
|
h2 Stack trace
|
|
pre.error__stack-trace
|
|
code.shell #{error.stack}
|