summaryrefslogtreecommitdiff
path: root/src/web/templates/partials/navbar.html
blob: 223c3f31467ca8b741a03451476af7a7da8a1fb6 (plain)
1
2
3
4
5
6
7
8
9
{{ define "partials/navbar.html" }}
<nav id="navbar">
  <ul>
    <a href="https://www.youtube.com/watch?v=DaWbq6KeJq4&list=RDxA_4ZFe1TME&index=16">
      <li>This UGLY Navbar Is Just A Placeholder</li>
    </a>
  </ul>
</nav>
{{ end }}