Notes from gitter chat:
https://github.com/revel/cmd/blob/master/revel/new.go
https://github.com/revel/cmd/blob/master/revel/new.go#L202
https://github.com/revel/skeletons/blob/master/basic/bootstrap4/conf/app.conf.template
@notzippy should we allow skeletons to control the app.conf template?
if we add more official templates, e.g. zurb’s foundation, etc, we’ll have to maintain multiple app.conf templates, right? Maybe we should allow skeletons to override it, but we should set a default app.conf when creating a new revel app (in the cmd repo)?