class Temple::HTML::Fast

def attr_easily_compilable?(exp)

def attr_easily_compilable?(exp)
  exp[1] == :basicattr and
  exp[2][0] == :static
end