Hello. From Grav Documentation - Image Linking I read that it should be possible to traverse up from page folder into another folder either using slugs or folder names to reference media files. Another option is to use absolute URL starting from pages folders. I am trying to do that in a twig template, however neither method works and I am only able to reference images from the page folder.
When seeking solution, I found some discussion on Media Site on Grav, where there is a suggestion to use page.find("whetever/url"). Is this the way to go? Why I am unable to do it like the Doc says? Or is it supposed to work not in a twig template, but only when referencing from a markdown file?
Thanks for support :)