My PluginTemplate works in the other way, produce Elements (nativ format) in transform and flatten the tree of Element to string into render.
My question is about what must be return by engine.transform() and widget.insert() Both are important because, I've got widget that doesn't use engine to provide the insert method. Thanks

