In v2, showing content only to club members?

I know I have control over showing a full page to club members who’ve logged in (using page security), but I want to just show part of a page (e.g., a div) only to club members. Any creative ideas? P.S. I’m NOT using the beta v3 (or whatever you call it).

I long for that too. For example in a product’s teaser say

As a valued member you saved 30%!!!

Where something could toggle the CSS for that class to ‘display:none;’ if customer isn’t logged in…or something.

Or on the email landing page, in content editor “And as a club member you save an ADDITIONAL 10%” or “Join now and you’d save an additional 10%”.

Oops the HTML dropped.
<div class="membersOnly">As valued member you save 30%!</div>