package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

CreateTemplate will creat a template file that contains data.
HTMLDifferences highlights some of the differences between html/template and text/template.
InitTemplates sets up templates from a directory.
RunTemplate initializes a template and demonstrates a variety of template helper functions.