coolony / kiwi

Simple yet powerful asynchronous JavaScript template engine based on jQuery Template syntax, usable server-side or client-side.
MIT License
41 stars 6 forks source link

Cant include template from child folder #29

Closed digitalgears closed 11 years ago

digitalgears commented 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"}}

digitalgears commented 11 years ago

This is now working.

I had a typo in the file name.....