I want to hide a card based on the requester group that a user logged in to portal. Currently I can control to show the card only when they are logged in using the code below.
{{#if portal.logged_in}}
<card> test </card>
{{/if}}
but how can I get the requester group of the logged in user?