Hi, looking through the documentation i cant really figure out how to display pages only if the user has logged in. I'm using the default team grav "login" plugin.
One example would be if:
User is not logged in, display sign in page in menu
User has logged in, display page "My account" instead of the sign in page
I guess it has to be done using visibility and the site.login tag somehow.