Closed digitalgears closed 11 years ago
I cant for the life of me figure how to (or even if its possible) include a template from a child folder
File structure is like: /views/index.kiwi /views/partials/header.kiwi
and then I'm trying: // index.kiwi {{include "partials/header"}}
This is now working.
I had a typo in the file name.....
I cant for the life of me figure how to (or even if its possible) include a template from a child folder
File structure is like: /views/index.kiwi /views/partials/header.kiwi
and then I'm trying: // index.kiwi {{include "partials/header"}}