class Temple::HTML::Fast

def on_comment(content)

def on_comment(content)
  [:multi,
    [:static, "<!--"],
    compile(content),
    [:static, "-->"]]
end