Solid Filesystem basic syntax help

maybe you need a Path.absname("foo") eg

template_path = Path.absname("/lib/app_web/templates/liquid/")

also the docs for solid are not coherent on Solid.LocalFileSystem.full_path according to code the argument order is Solid.LocalFileSystem.full_path( "hello", file_system) (yours is opposite) - maybe PR a doc fix..