1. Vonage Learn
  2. Cn
  3. Courses
  4. Onehack
  5. Node
  6. 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.