module Temple::Utils

def indent(text, indent, pre_tags)

def indent(text, indent, pre_tags)
  pre_tags =~ text ? text : text.gsub("\n", indent)
end