I’m having a basic problem of not being able to display page content on another page. In a page .md file I have this:
process:
markdown: true
twig: true
---
{{ page.find('/05.test').content }}
But it’s not rendering the ‘test’ page content. What am I doing wrong?