deno_doc 0.198.0

doc generation for deno
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{#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}}