예제 #1
0
func Install(ctx ela.Context) {
	ctx.ServeTemplate("install/install.html")
}
예제 #2
0
파일: blog_ctrl.go 프로젝트: elago/elapen
func IndexCtrl(ctx ela.Context) {
	ctx.ServeTemplate("index.html")
}