tineikt/xp-lib-freemarker

Directives with path references should resolves absolute paths in relation to the site-folder in the Enonic file structure

nitelite opened this issue · 0 comments

When using [#include] and [#import] statements, you sometimes have to do [#include "../../../lib/util.ftl"] and similar expressions. It would be nice if you could include files using absolute paths like [#include "/lib/util.ftl"] and end up relative to the site folder.