According to the pug documentation absolute include paths should include from basedir and relative from the currently compiled file.
Currently all paths are handled as relative.
Pug docs quote:
If the path is absolute (e.g., include /root.pug), it is resolved by prepending options.basedir. Otherwise, paths are resolved relative to the current file being compiled.
According to the pug documentation absolute include paths should include from basedir and relative from the currently compiled file. Currently all paths are handled as relative.
Pug docs quote:
Current handling: https://github.com/Joker/jade/blob/master/jade_parse.go#L486-L489