Files
inventory-plus-plus/internal/site/templates/component_bodies/nav_bar.html.tmpl
T
2025-12-28 14:38:06 -07:00

17 lines
173 B
Cheetah

<nav>
<ul>
<li>
<a href="{{ buildSitePath }}">
Home
</a>
</li>
<li>
<a href="{{ buildSitePath "reports" }}">
Reports
</a>
</li>
</ul>
</nav>