# File lib/innate/action.rb, line 95
    def wrap_in_layout
      layout ? dup.render_in_layout(&Proc.new) : yield
    end