module Temple::HTML::Dispatcher

def on_html_comment(content)

def on_html_comment(content)
  [:html, :comment, compile(content)]
end