I'm not sure I understand the difference between the html.erb files and erb files in the views for a Ruby on Rails application. (Similarly for haml files.)
What are the dis/advantages of each (html.erb/haml 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.