Hi all, thanks in advance for any help!
I'm looking to include some svgs using Twig include
{% include '../statics/svg/whatever.svg.twig %}
but it appears that you can't navigate back directories in Twig
From the research I've done it seems like the only solution would be to define a seperate base path but I really don't want to mess with grav core.
There must be another way around this - any suggestions? :)