const home = require("./pages/home"); module.exports = { accountName: "agenciamagma", pages: [{ data: home, template: "douglas-home.html" }], };