The contents of this component will only be parsed if the user is logged in. This component can contain an 'else' component.
<fm:IfLoggedIn>
Your username is {$user_name}
<fm:else>
You are not logged in.
</fm:else>
</fm:IfLoggedIn>
There are no supported attributes.