示例#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")
}