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