Difference between revisions of "Web template system"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (cf) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 8: | Line 8: | ||
* [[PHP]] | * [[PHP]] | ||
+ | * [[WordPress]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Web_template_system Web template system] @ Wikipedia | * [https://en.wikipedia.org/wiki/Web_template_system Web template system] @ Wikipedia |
Revision as of 09:46, 27 August 2015
A web template system uses a template processor to combine web templates to form finished web pages, possibly using some data source to customize the pages or present a large amount of content on similar-looking pages.
It is a web publishing tool present in content management systems, web application frameworks, and HTML editors.
Web templates can be used like the template of a form letter to either generate a large number of "static" (unchanging) web pages in advance, or to produce "dynamic" web pages on demand.
See also
External links
- Web template system @ Wikipedia