cerca

lean forum software (pmc local branch)
git clone http://git.permacomputing.net/repos/cerca.git # read-only access
Log | Files | Refs | README | LICENSE

html.go (133B)


      1 package html
      2 
      3 import "embed"
      4 
      5 // Templates contain the raw HTML of all of our templates.
      6 //
      7 //go:embed *.html
      8 var Templates embed.FS