class Liquid::Profiler

def children

def children
  children = @root_children
  if children.length == 1
    children.first.children
  else
    children
  end
end