# Functions
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
ParseFiles -- template.ParseFiles() のサンプルです。
REFERENCES - https://pkg.go.dev/text/template@latest#ParseFiles.
ParseFS -- template.ParseFS() のサンプルです。
REFERENCES - https://pkg.go.dev/text/template@latest#ParseFS - https://pkg.go.dev/io/fs@latest.
ParseGlob -- template.ParseGlob() のサンプルです。
REFERENCES - https://pkg.go.dev/text/template@latest#ParseGlob.