package gnumims.functional.pages class HomePage extends GrailsPage { static controller = "appCore" static action = "start" static content = { } }