func Pages.Index(ctx) { var pages = [ { active = true, route = "/", text = "Home", icon = "home" }, { active = false, route = "/counter", text = "Counter", icon = "exposure_plus_1" }, { active = false, route = "/about", text = "About", icon = "info" } ]; ctx.WithMimeType("text/html").SendText(Components.Shell("Main Page",pages,

1 John 4:4: You, dear children, are from God and have overcome them, because the one who is in you is greater than the one who is in the world.

)); return true; }