April 2022
Beginner
296 pages
4h 37m
English
We have hinted a lot at configuration files and the ability to use centralized variables across multiple configuration files. We have pushed some custom static website content to our web servers and viewed it through a web browser.
But what ties all these things together? How do we use a variable inside our web content or add the http_port into our nginx configuration file to ensure the web server is really on port 8080?
Enter Jinja2.
Jinja2 is a powerful templating language which ...
Read now
Unlock full access