class Temple::HTML::Fast

def html?

def html?
  options[:format] == :html5 || options[:format] == :html4
end