What is the difference between using view templates in Rails as '.html.haml' and as simply '.haml'?
For example,
show.html.haml
vs
show.haml
Are there any particular advantages of using one over the other? Or is one of them a standard practice? The same question goes for other types of templates as well, like '.erb'.