|
|
|
|
|
by ryan_f
4883 days ago
|
|
I know a lot of ruby on rails developers who use HAML for their template framework instead of ERB. Some people prefer HAML's use of indentation instead of using tags to enclose everything. I like it in my projects mostly for how clean and easy it is to read. It takes a little bit to get used to initially but it is worth it. |
|
BTW, both Haml and Sass go very nicely with Sinatra... ;)