local p = {} local template = [=[ == Foo == Bar baz. ]=] function p.main(frame) local child = frame:newChild{title = "Testing"} return child:preprocess(template) end return p