Description
Provides a templating library for GLib-based applications, allowing developers to generate text output from templates and structured data. It is useful for GNOME and C projects that need reusable template rendering without pulling in a larger stack.
Template rendering can expose data if templates or inputs are untrusted. Applications should validate template sources and escape output for the target format.