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

Tags flexibility - allow spacing #25

Open gustavohenke opened 11 years ago

gustavohenke commented 11 years ago

Hey guys, thanks for your amazing work with kiwi. It's really awesome!

I would like to ask, if possible, to give more flexibility in the tags, for example, allow spacing between {{ and the tag name... that would make the code cleaner.

For example:

{{include "template"}} // works
{{ include "template" }} // doesn't work

Thanks again!