good :) if you put slash at the beginning of the path, it is evaluated as apsolute path (from root folder)
without slash or with "./" (dot slash) it is relative path, and that's what you need. On Sun, Feb 13, 2011 at 9:45 PM, stargate <[email protected]> wrote: > That worked > > On Feb 13, 3:29 pm, Marin Pranjic <[email protected]> wrote: > > MAYBE this? > > {{include 'includes/header.html'}} > > > > On Sun, Feb 13, 2011 at 9:25 PM, stargate <[email protected]> wrote: > > > I am trying to include the following file but it gives me a error > > > > > {{include 'includes/header.html'}} > > > > > The file and folder exist but it doesn't work what I am doing wrong. >

