Jinja
Want to learn more? Search for Jinja in Cluck University to find related courses.
What is Jinja?
Jinja is a versatile templating language for creating dynamic content. Jinja is a Python-based templating engine that allows you to generate dynamic HTML, XML, or other markup formats. It provides a syntax for embedding Python code within markup, allowing you to create templates that can be customized based on input data. It supports loops, conditional statements, and variable manipulation, making it ideal for complex data processing in workflows.
Rewst uses Jinja in text fields to enable more powerful processing of the data that exists in a workflow. Within Rewst, there are many filters that extend functionality, including an ever-growing list that Rewst adds to the platform. This means that if you search the web for help with Jinja, the answers you find may or may not be 100% applicable to the Rewst environment. When in doubt, you can always ask Rewst support for assistance, or ask RoboRewsty to help you with Rewst-specific Jinja questions.
Rewst Jinja documentation
Additional Jinja resources
Below are some resources, external to Rewst, that can be used for additional help with the use of Jinja.
Last updated
Was this helpful?

