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…