Esempio n. 1
0
func Install(ctx ela.Context) {
	ctx.ServeTemplate("install/install.html")
}
Esempio n. 2
0
func IndexCtrl(ctx ela.Context) {
	ctx.ServeTemplate("index.html")
}