cl0udw4lk3r
cl0udw4lk3r

Reputation: 2733

Coffescript, Jaml like template engine

I'm just experimenting the various javascript template engines (client-side) for my backbone views...

And i found this old project: https://github.com/edspencer/jaml

It seems good to me, because i dont have to use of long string blocks like other template engines (like handlebars or underscore..)

The problem is that Jaml is really outdated, and it seems there's no successor to it...

Someone has new resources to share about?

As always, i'm sorry for my bad english :S

Upvotes: 0

Views: 195

Answers (2)

Linus Thiel
Linus Thiel

Reputation: 39251

The most common "haml-style" template engine for javascript is probably jade.

Another which might interest you, since you're a fan of coffeescript, is CoffeeKup.

Upvotes: 1

Matthieu
Matthieu

Reputation: 4721

Haml-coffee might be what you are looking for. It works very well with Backbone too.

Upvotes: 1

Related Questions