This HAML line: %html.no-js{lang: :en} Converts to this SLIM line: html.no-js lang: :en
This HAML line:
%html.no-js{lang: :en}
Converts to this SLIM line:
html.no-js lang: :en