|
|
@@ -11,9 +11,13 @@ const ( |
|
|
|
) |
|
|
|
|
|
|
|
func CloudBrainIndex(ctx *context.Context) { |
|
|
|
ctx.Data["PageIsViewCloudBrain"] = true |
|
|
|
|
|
|
|
ctx.HTML(200, tplCloudBrainIndex) |
|
|
|
} |
|
|
|
|
|
|
|
func CloudBrainNew(ctx *context.Context) { |
|
|
|
ctx.Data["PageIsViewCloudBrain"] = true |
|
|
|
|
|
|
|
ctx.HTML(200, tplCloudBrainNew) |
|
|
|
} |