# Jinja Low-Cost This is a toy template engine built using only what the Python standard library includes. It was created for three reasons: - Because at one of my jobs, I needed a dependency-free template engine. - As an experiment to see how far I could extend Python's default `Formatter`. - To write an article for [my blog](https://blog.kirbylife.dev/post/creando-un-motor-de-plantillas-ligero-y-malo-en-python-10). Inside `jinja_lowcost/main`, at the bottom of the file, you’ll find some usage examples—since I don’t plan to document it properly. This code is released under the **WTFPL 2.0** license, so feel free to use it however you like. But please, **do not use it in production**.