* Update layout-base.pug to treat missing `bootstrap5PageStatus` as enabled
* Set `bootstrap5PageStatus = 'disabled'` everywhere it's undefined
I found the files with `find . -name "*.pug" -type f -exec grep -l "block content" {} \; | xargs grep -L "bootstrap5PageStatus\|layout-website-redesign-boo
tstrap-5\|layout-website-redesign-cms-bootstrap-5" | sort`
GitOrigin-RevId: 8ecf2eedea032d96e4fba078fb0316a7a311b08a
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
extends ../layout-marketing
|
|
|
|
block vars
|
|
- bootstrap5PageStatus = 'disabled'
|
|
|
|
block content
|
|
main.content.content-alt#main-content
|
|
.container
|
|
.error-container
|
|
.error-details
|
|
p.error-status Not found
|
|
p.error-description #{translate("cant_find_page")}
|
|
p.error-actions
|
|
a.error-btn(href="/") Home
|