package views import "github.com/kataras/iris/v12" func CreateRouter(app *iris.Application) { app.Get("/", GetIndexPage) }