class Temple::HTML::Pretty

def call(exp)

def call(exp)
  @pretty ? [:multi, preamble, compile(exp)] : super
end