Jinja, a Python templating language, allows users to run Python code within templates. Instead of pre-computing variables, functions like np.average can be executed directly. But one can also run things like os.popen. #Jinja #Python #Templates #Programming #Coding