module Liquid::ContextProfilingHook

def new_isolated_subcontext

def new_isolated_subcontext
  new_context = super
  new_context.profiler = profiler
  new_context
end