Golang Web Server Tutorial - Step #3 - Nesting Templates

Golang Web Server Tutorial - Step #3 - Nesting Templates


Golang templates allows you to define and use templates. This can be useful for modularizing a web page into different components: the header area, the footer area, the main area.
Tags:templates server