{{#if this}}
<div id="categoryPanel">
<ul>
{{~#each categories~}}
<li{{#if this.active}} class="active"{{/if}}><a href="{{this.href}}" title="{{this.name}}">{{this.name}}</a></li>
{{~/each~}}
<li>
<a class="!flex items-center gap-0.5" href="{{all_symbols_href}}">
<span class="leading-none">view all {{total_symbols}} symbols</span>
{{~> icons/arrow ~}}
</a>
</li>
</ul>
</div>
{{/if}}