Definition
Template Variables
Placeholders in templates that get replaced with dynamic data.
Template variables are placeholders (like {{name}} or {{price}}) within a template that get replaced with actual data at render time. They enable creating one template that can generate infinite variations—each certificate with a different name, each product card with different pricing, each OG image with different titles.