aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
blob: 8640fc6640e483321a681a0f7c4b809fce675ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<header>
  {{?htags}}
  Categories:
  <ul>
    {{#htags}}
    <li class="sidebox-tag">{{#.}}<a href="{{href}}">{{^tag}}all{{/tag}}{{?tag}} » {{tag}}{{/tag}}{{/.}}</a></li>
    {{/htags}}
  </ul>
  {{/htags}}

  {{?toc}}
  Card outline:
  {{{toc}}}
  {{/toc}}

  {{?timestamp}}
  Last modification: {{timestamp}}
  {{/timestamp}}
</header>