class Temple::HTML::Fast

def attribute(name, value)

def attribute(name, value)
  [:multi,
   [:static, ' '],
   [:static, name],
   [:static, '='],
   [:static, options[:attr_wrapper]],
   value,
   [:static, options[:attr_wrapper]]]
end