class Temple::HTML::Pretty

def indent

def indent
  "\n" + (options[:indent] || '') * @indent
end