# File lib/cell/layout.rb, line 42
        def call(*)
          content = super
          Render.(content, model, @options[:layout], @options)
        end