15 lines
200 B
Markdown
15 lines
200 B
Markdown
---
|
|
title: Page not Found
|
|
robots: noindex,nofollow
|
|
template: error
|
|
routable: false
|
|
http_response_code: 404
|
|
twig_first: true
|
|
process:
|
|
twig: true
|
|
expires: 0
|
|
---
|
|
|
|
{{ 'PLUGIN_ERROR.ERROR_MESSAGE'|t }}
|
|
|