When building a web app without a dedicated front-end framework like ReactJS, Templating engines (e.g. Blade, Nunjucks) are incredibly useful. Though they aren’t entirely necessary, they definitely help create more dynamic pages with cleaner HTML code. Before getting into JavaScript, Flask and Django were my preferred choices for building web…