tw-runner
Version:
Run and manage Tower Website projects with this utility.
17 lines (16 loc) • 563 B
HTML
<div class="header box box-sm box-white border">
<a href="/" class="brand">
<div class="logo">
<span class="p-1.5 border-2 border-ground-primary-text rounded-lg">{ > > }</span>
</div>
<span class="title">Web Dev Fast Forward</span>
</a>
<div class="content">
<button id="dark-mode-toggle" class="hdmt">
<span class="toggle">
{{ partial "image/svg-resizeable.html" (dict "src" "images/symbols/sun.svg" "class" "w-3.5 h-3.5") }}
</span>
</button>
{{ partial "menus/header-nav/index.html" . }}
</div>
</div>