phonograph/interim-server/templates/nav.html
2025-07-08 14:37:03 -07:00

7 lines
109 B
HTML

<nav>
<ul>
<li>
<a href="{{ settings.root_path }}/auth/login">Login</a>
</li>
</ul>
</nav>