Replies: 1 comment 1 reply
-
Layouts and sections have been removed. So you either using components to replicate layouts, or use the compat mode. More in release notes. https://edgejs.dev/docs/changelog/upgrading-to-v6#breaking-changes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
has anyone of you face the issue that
Current time: {{ new Date().toISOString() }}
outputs correctly in the browser
when adding "@layout('layouts/main')" at the very first line of an edge file the whole file is sent via content-type "text/plain" to the browser where it's of course not rendered
Beta Was this translation helpful? Give feedback.
All reactions