Beispiel #1
0
func (c *Home) Index(in *goboots.In) *goboots.Out {

	in.Content.Set("NumCPU", runtime.NumCPU())
	return in.OutputTpl("home/index.tpl")
}