Files
inventory-plus-plus/internal/site/templates/page_bodies/index.html.tmpl
T

11 lines
196 B
Cheetah

{{ componentBody "nav_bar" "dot" . }}
<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>