local p = {}

function p.main()
	return mw.title.getCurrentTitle():getContent()
end

return p