Web template system: Difference between revisions

Content deleted Content added
m intro
Line 1:
A '''web template system''' is a kind of "View subsystem" in a [[Model-View-Controller]] (MVC or similar) [[design pattern (computer science)|design pattern]] to separate [[User_interface|presentation]] from [[Data_model|content]], on [[dynamic web page]] production.
<!--
'''Web Template systems''' are "premanufactured subsystems" used as viewer in a MVC ...
 
'''Web Template systems''' are simple software systens used as
viewer in a [[Model-view-controller]] (or similar) [[Embedded_system#Embedded_software_architectures|embedded architectures]]. It is characterized by:
-->
A web template system is characterized by:
* [[Template engine]]: the software, it [[preprocessor|processes]] input, transforming into [[web pages]]. It have two typical entities on input:
** [[Web template]]: a [[Algorithm|recipe]] with web page fragments, to transform content into [[web pages]].