Creating Dynamic Pages
Learn how to use Node.js, Express.js and Nunjucks to create dynamic web applications
film.html
<!doctype html>
<html>
<head>
<title>OneHack Academy</title>
</head>
<body>
<h1>{{film.name}}</h1>
</body>
</html>
Need help? Have questions? Join the Vonage Developer Community Slack and use the channel #onehack.