Hi,
in a twig template i want to include a special page:
{{ pages.find('/sidebar').content }}
But "content" only returns the raw content of that md file. How can I get the rendered content with it's related twig template?
Using the above method grav doesn't even complain when there is no sidebar.html.twig present.