views:

36

answers:

2

Hey,

Erb is the default template type in Rails and I read about Haml.

What other types exist and can be used in Rails?

Thanks.

+1  A: 

Rails 3 uses Erubis by default.

John Topley
Hmmm, looks interesting.
El Gusto
+1  A: 

Take a look at the Ruby Toolbox.

I only know Mustache, Liquid and Markaby of those above, but seems there are pretty many other alternatives.

Chubas