package models type LayoutIsLoggedInViewModel struct { IsLoggedIn bool Username string }