// if the admin groupid is 6 (as default) $isAdmin = is_member_of(6); // boolean
<if condition="is_member_of(6)"> <p>you are an admin.</p> </if>