head-tab.hbs 230 Bytes
<ul class="head-tab" {{#if notIndex}}style="position: fixed;"{{/if}}>
    {{#each headTab}}
    <li {{#if cur}} class="cur" {{/if}} ><a href="{{ url }}" data-bp-id="guang_tab_{{name}}_false">{{ name }}</a></li>
    {{/each}}
</ul>