Skip to content

Instantly share code, notes, and snippets.

@kewang
Created December 9, 2021 06:13
Show Gist options
  • Save kewang/d061c30721765845798b42b86af4c872 to your computer and use it in GitHub Desktop.
Save kewang/d061c30721765845798b42b86af4c872 to your computer and use it in GitHub Desktop.
test1
router.get("/test1", function (req, res, next) {
res.render("test1", {
user: {
name: "kewang",
},
});
});
doctype html
html
head
link(rel='stylesheet', href='/stylesheets/style.css')
body
if user.name
p= user.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment