<div id="gold-links-holder">
<div id="gold-links">
<div id="header-links">
+ [%- IF !ctx.is_staff %]
<a href="http://example.com">[% l('Link 1') %]</a>
<a href="http://example.com">[% l('Link 2') %]</a>
<a href="http://example.com">[% l('Link 3') %]</a>
<a href="http://example.com">[% l('Link 4') %]</a>
<a href="http://example.com">[% l('Link 5') %]</a>
+ [%- ELSE %]
+ <a href="http://example.com">[% l('Staff Link 1') %]</a>
+ <a href="http://example.com">[% l('Staff Link 2') %]</a>
+ <a href="http://example.com">[% l('Staff Link 3') %]</a>
+ <a href="http://example.com">[% l('Staff Link 4') %]</a>
+ <a href="http://example.com">[% l('Staff Link 5') %]</a>
+ [%- END %]
</div>
</div>
</div>