From: Mitko Kostov Date: 2009-12-12T20:26:42+09:00 Subject: Re: which template for ruby-begin project? Ruby Newbee wrote: > Hi, > > Once we used Template::Toolkit (Perl) and Smarty (PHP) for templates, > both are great. > Now if we begin a new web project with Ruby, and choose the Sinatra > framework, what's the corrensponding template for it? > And I believe Sinatra is lighter and easier to learn than Rails, is it? > > Thanks. Most of the people I know use HAML ( http://haml-lang.com/). Erb and Mustache( http://github.com/defunkt/mustache-sinatra-example) are options too. From Sinatra Book -> http://www.sinatrarb.com/book.html#template_languages -- Posted via http://www.ruby-forum.com/.