<span style="padding: 0 1em"> | |
[if-any logged_in_user] | |
<span id="account-menu" style="color:#0000cc"> | |
<b><u>[logged_in_user.email]</u></b> | |
<small>▼</small> | |
</span> | |
| <a href="[logged_in_user.profile_url]" | |
title="Profile, Updates, and Settings" | |
><u>Profile</u></a> | |
| <a href="[logout_url]"><u>Sign out</u></a> | |
[else] | |
<a href="[login_url]"><u>Sign in</u></a> | |
[end] | |
</span> |