Tagged in

JavaScript

Version 1
Version 1
A true global leader in business transformation. Our deep expertise in cloud, data and AI, application modernisation, and service delivery management has redefined businesses globally, helping shape the future for large public sector organisations and major global, private brands
More information
Followers
302
Elsewhere
More, on Medium

Node.js app with Nunjucks (Part 5)

So far, we have built the basic Node.js app, configured Nunjucks, learnedand about template inheritance, and Nunjucks tags for basic operations like creating and modifying variables, conditional statements, and loops. This time, we will learn how to create macros to…


Node.js app with Nunjucks (Part 4)

So far, we have built the basic Node.js app, configured Nunjucks, and learned about template inheritance. Now we can start creating additional parts of the page template in their own files and learn more Nunjucks tags while creating their content.


Node.js app with Nunjucks (Part 3)

After building the basic Node.js app and configuring Nunjucks, we have everything ready and can start creating individual pages and learning about inheritance.

Template inheritance