Templating Glossary

Browse 4 templating terms defined in plain English, from the cultural dictionary of computing.

4 Templating Terms

Blade
The templating engine built into Laravel that provides a clean syntax for writing PHP views, supporting template inheritance, components, slots, and directives...
Handlebars
A templating language and library used to generate HTML or text from data with logic-light templates.
Jinja
A Python templating engine that renders text or HTML from templates containing expressions, control flow, filters, and variables. It is widely used in Flask,...
XSLT
Extensible Stylesheet Language Transformations — a declarative, Turing-complete language for transforming XML documents into other XML, HTML, or plain text by...

Related Topics