Hi, I know Login plugin handles membership, but could not figure out how to display different content to different users/groups. Ie. There is a teaser content which is public which is followed by a member/paid content that is displayed to only logged in/special group of users.
Let me clarify. One page may have three paragraphs; p1,p2,p3. I want p1 displayed to anonymous user, p2 to user group: silver and p3 to user group: gold. In other CMS this can be done by enveloping (by a tag, section etc?) the p2 and p3 with parameters of the group permitted to see. I am quite new to Grav but I felt this is doable in nature, I wonder has anybody attempted it already.