Files
inventory-plus-plus/internal/site/templates/component_bodies/nav_bar.html.tmpl
T

23 lines
251 B
Cheetah

<nav>
<ul>
<li>
<a href="{{ buildSitePath }}">
Home
</a>
</li>
<li>
<a href="{{ buildSitePath "sign-up" }}">
Sign Up
</a>
</li>
<li>
<a href="{{ buildSitePath "log-in" }}">
Log In
</a>
</li>
</ul>
</nav>