local autoload = require("lapis.util").autoload local function Roothandler(self) return { render = "root" } end return Roothandler