I'm not sure I understand the difference between html.erb or haml.erb files and .erb files in the views for a Ruby on Rails application.
What are the dis/advantages of each (html.erb/haml.erb or .erb/.haml) files?
PS I'm not asking about the difference between the erb and haml files -- just appending the extension to an html file versus not appending it.