templates/nav.html
{{ define "nav" }}
<div id="header">
<a href="/">
<img src="/static/unnamed-puffy.png" height="111" width="140" alt="pic of an unnamed pufferfish, drawn by rekka bellum of kokorobot.ca and hundred rabbits :3">
</a>
<h2>jes {{ randomheaderphrase }}</h2>
<p>
<a href="/now.html">now</a>
<a href="/about.html">about</a>
<a href="/thoughts.html">thoughts</a>
<a href="/creations.html">creations</a>
<a href="https://git.j3s.sh">git</a>
<a class="abyss" href="https://abyss.j3s.sh">abyss</a>
</p>
<hr>
</div>
{{ end }}