In a previous post, I went over the basics of using Jinja to create templates for network configurations. This time I will be showing some…
Tag: jinja
What is jinja? Jinja is a templating engine for python. Commonly it is used alongside Django or Flask, both of which provide a way to…