module Temple::HTML::Dispatcher

def on_html_condcomment(condition, content)

def on_html_condcomment(condition, content)
  [:html, :condcomment, condition, compile(content)]
end