templatebased
Templatebased refers to approaches that rely on templates—predefined structures or patterns—used to generate, process, or validate content or data. It emphasizes the separation of content, logic, and presentation by filling templates with specific data.
In software development, templatebased methods use templates containing placeholders that are filled with data at render
In content management and web development, templating systems render dynamic pages by applying data to templates.
Other domains deploy templatebased approaches such as natural language generation with sentence templates, templated data structures
See also templating, template engine, parameterization, separation of concerns.