I want to render canonical tags in my Zurb stack with Panini renderer like this:
<link rel="canonical" href="https://example.com/{{ page }}"/>
but when a page is in a subfolder like this: example.com/subfolder/page then it's still displayed as domain.com/page.
Is there any shortcut, f.e. a path variable, for this?