package settings // EnvFile must be set to the address of the main .env file. const EnvFile string = ".env" // TmplDir must be set to the address of the templates folder. const TmplDir string = "templates/"