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

9 lines
177 B
Cheetah

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