Template engine

A template engine is a tool for generating HTML by injecting data into pre-defined templates. It simplifies the separation between logic and presentation. Examples: Twig, Handlebars, Blade. Widely used on the back-end.