
module.exports = [{
	template: "/index.ejs"
	toFile: "/index.html"
	data: {
		greedy: "hello world"
	}
}, {
	template: "/aa.ejs"
	toFile: "/aa.html"
	data: {}
}]