Members label additionally to tiers

Hello dear team,

I was wondering if there’s a way to get the labels of the current member being logged in. The usecase is the following: I only want different access levels without sending user information to stripe since there won’t be actual billing. I would like to be able to determine inside the theme, that posts with certain tags can only be seen by members with certain labels e.g.

Thank you in advance and best regards

I’m looking for this as well. It’d be helpful to do something like:

{{#match @member.label "beta"}}
    <p>Thanks for being in the beta program, you're awesome!</p>
{{/match}}