1. Vonage Learn
  2. Courses
  3. Onehack
  4. Node
  5. Creating Dynamic Pages

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.