class Temple::HTML::Fast

def on_html_comment(content)

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