repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

starfx / docs / tmpl
Eric Bower · 14 Feb 24

nav.partial.tmpl

 1{{define "nav"}}
 2<nav class="mk-nav">
 3  <div class="flex items-center justify-center gap-2 text-md">
 4    <a href="/" class="link-alt">
 5      starfx
 6    </a>
 7    <a href="/sitemap" class="link-alt">
 8      sitemap
 9    </a>
10    <a href="https://github.com/neurosnap/starfx" class="link-alt">
11      github
12    </a>
13    <a href="https://discord.gg/frontside" class="link-alt">
14      discord
15    </a>
16  </div>
17</nav>
18{{end}}