package
0.0.0-20241212045633-31cef34f41a2
Repository: https://github.com/gsom95/go-web-dev.git
Documentation: pkg.go.dev

# Functions

Must is only used when starting up our application and parsing templates for the first time, and we know that almost all errors that occur during a call to Parse are developer errors.
ParseFS tries to parse template from embedded FS.

# Structs

Template is used as "view" object in our MVC-like app architecture.