hide elements when not logged in

This commit is contained in:
2025-04-14 22:42:07 +02:00
parent 1c9fc230b1
commit b2735e178f
3 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,9 @@
{{ end }}
</p>
</div>
<p class="text-sm font-medium text-gray-900">{{ .BasePrice }}€</p>
{{ if $.loggedIn }}
<p class="text-sm font-medium text-gray-900">{{ .BasePrice }}€</p>
{{ end }}
</div>
</div>