class Temple::HTML::Pretty
def on_html_comment(content)
def on_html_comment(content) return super if !options[:pretty] [:multi, [:static, indent], super] end
def on_html_comment(content) return super if !options[:pretty] [:multi, [:static, indent], super] end