Add include from absolute path and var
Where do you need to provide the variables for including from a variable with this commit?
First of all, sorry for my French English.
Line 159, we split the include's path : paths.dir.to.file becomes ['paths', 'dir', 'to', 'file']
Then, options contains the vars passed to EJS, so we check if options.paths.dir.to.file exists,
by looking for options.paths, then options.paths.dir...
So, to include a file from a var, you just need to write : include paths.foo.bar and, on the condition that you passed a var paths.foo.bar to EJS when compiling, it'll include the file having the content of paths.foo.bar as path.