local p = {} local template = [=[ == Foo == Bar baz. ]=] function p.main(frame) return frame:getParent():preprocess(template) end return p