blob: 4212a8e0de20321a1dba169e1766b8f6cb3c93ac (
plain)
1
2
3
4
5
6
7
8
|
<header class="flex align-center justify-between book-header">
<label id="menu-control" for="menu-control">
<img src="{{ "svg/menu.svg" | relURL }}" class="book-icon" alt="Menu" />
</label>
<label id="toc-control" for="toc-control">
<strong>{{ partial "docs/title" . }}</strong>
</label>
</header>
|