--- title: API Reference weight: 50 --- ## Templating Language Reference Templating for this project is provided by the rust crate [Tera](https://tera.netlify.app/). Full [documentantion](https://tera.netlify.app/docs/) is here, but if you've ever used the python templating (jina2)[https://jinja.palletsprojects.com/en/3.1.x/] before, you should be pretty comfortable already. ## Rust API Reference [Cargo Docs](https://docs.rs/angreal) ## Python API Reference [Python Docs](py_angreal)