class Temple::HTML::Pretty

def indent

Return indentation if not in pre tag
def indent
  "\n" + (options[:indent] || '') * @indent
end