Skip to content

Instantly share code, notes, and snippets.

@watzon
Created January 29, 2018 20:50
Show Gist options
  • Save watzon/3afacbba5a6e19ceabb4f3d652d9c45f to your computer and use it in GitHub Desktop.
Save watzon/3afacbba5a6e19ceabb4f3d652d9c45f to your computer and use it in GitHub Desktop.
router.get("/", async (req, res) => {
const texts = await TextBlock.find({})
const others = await otherModels.find({})
res.render("adminSite/intro", { texts, others });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment