July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
A web template is a predesigned HTML page that’s used repeatedly by a software program, called a template engine, to generate one or more HTML pages. Web template engines are an important part of any web application framework, and most if not all full-fledged frameworks have one. Although a number of frameworks have embedded template engines, many frameworks use a mix-and-match strategy that allows programmers to choose the template engine they prefer.
Go is no exception. Although Go is a relatively new programming language, ...
Read now
Unlock full access