func Index(c *context.Context) { c.Html("index", nil) }
func index(c *context.Context) { c.Html("demo", demoUnits) }