Example #1
0
func Index(c *context.Context) {
	c.Html("index", nil)
}
Example #2
0
func index(c *context.Context) {
	c.Html("demo", demoUnits)
}