Files
inventory-plus-plus/internal/site/templates/page_bodies/index.html.tmpl
T
2025-12-30 11:37:29 -07:00

9 lines
157 B
Cheetah

<h1>Home</h1>
{{- if and .UserID (not .Account.ID) }}
<h2><a href="/account-creation">New Account</a></h2>
{{- end }}
<a href="/test-auth">Test Auth</a>