9 lines
157 B
Cheetah
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>
|