class Haml::Engine

def html?

True if the format is any flavor of HTML
def html?
  html4? or html5?
end