<div id="auth-bar"> % if $is_admin then <strong>Admin</strong> <a href="/logout">(logout)</a> % else <a id="login" href="/login">login</a> % end </div>