June 2014
Intermediate to advanced
696 pages
38h 52m
English
A growing trend is to use a template engine to generate HTML using a template file and application data rather than build HTML files from scratch or use static files. A template engine uses the template object to build HTML, based on values provided by the application. Using template engines provides two benefits:
Simplicity: Templates try to make it easy to generate the HTML either by a shorthand notation or by allowing JavaScript to be embedded in an HTML document directly.
Speed: Template engines optimize the ...
Read now
Unlock full access