aliases:
- Web template system
- Template processor
- JavaScript templating
- Template engine
tags:
- Type/Tech/Language/HTML
- area/tech/dev
from:
- "[[Web Development]]"
related:
contra:
to:
dateCreated: 2023-10-28, 11:27
dateModified: 2024-01-17, 19:04
version: 1
publish: true
![]() |
A Web template system in web publishing allows web designers and developers work with web templates to automatically generate custom web pages, such as the results from a search. This reuses static web page elements while defining dynamic elements based on web request parameters. Web templates support static content, providing basic structure and appearance. Developers can implement templates from content management systems, web application frameworks, and HTML editors. |
---|---|
wikipedia:: Web template system | |
Template processor - Wikipedia | |
JavaScript templating - Wikipedia |
Typically for rendering on the server and returning regular html to the browser
Types
Keep in mind Emmet as a potential good enough solution that might obviate introducing the complexity of a templating system