local test = {} test.render = function(std) return std.h2("Hello, World!") end return test